This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Blitzsy's profile picture

Garbage Sorter

Started by Blitzsy, 13 February 2016 - 04:50 AM
Blitzsy #1
Posted 13 February 2016 - 05:50 AM
I am working on a new sorter turtle script, So I decided I would release my old one here. The only issue I have seen with it is that the stats may be inaccurate. This takes any items inserted into the turtle running this script and if its on the item list it will be destroyed, if no its put in the chest in front of it.

You can get it by typing the following into your computer:
pastebin get kQbr7jT8 garbagesort

Setup:
TOP = Item Input
BACK = Redstone Input (Used to stop the turtle from getting items when adding items to the garbage list.)
BOTTOM = Garbage
FRONT = Good Items

To add items to the turtles list you go into the items menu and click add items option. Then drop the items into its inventory. You can stop the turtle.

help menu:


Stats Menu:


Items Menu (Garbage items go in this list)


Manage Menu:


Errors Menu:
Edited on 13 February 2016 - 05:41 AM
Konlab #2
Posted 06 April 2016 - 05:51 PM
Opinion:
Very useful if you don't have buildcraft pipes
Questions:
How do your script destroy items? How do I input things (hopper?)?
Off-topic:
Flint pickaxe is a perfect choice and mossy stone friendly :)/>
Blitzsy #3
Posted 13 April 2016 - 01:00 AM
Opinion:
Very useful if you don't have buildcraft pipes
Questions:
How do your script destroy items? How do I input things (hopper?)?
Off-topic:
Flint pickaxe is a perfect choice and mossy stone friendly :)/>
Hey sorry for the late reply, I've been busy with other things. You pipe items into the top of the turtle to have them sorted. The turtle doesn't directly destroy the items, it drops them from its bottom side to be destroyed by a trashcan or lava. flint pickaxes are the best :D/>
Edited on 12 April 2016 - 11:01 PM