Posted 18 September 2012 - 09:04 PM
I just found out about ComputerCraft when playing Tekkit and it seems awesome, if you knew how to code…
I have a warehouse with 200+ chests that is sorted with input pipes. Now I need a way to actually get the items in a easy fashion, instead of running from floor to floor.
A solution was to use a retriever, but to get 64 diamonds I would need 1 diamond and click the button 64 times, or whatever. I need a way to tell the system "I need X amount of Y" sent to me.
The only solution I could think of is ComputerCraft.
Would it be possible to create such an interface? Where you have multiple pages with items in the terminal and you type in a number, (for example 10 for diamonds), and then the amount. That would send a signal to some machine that will get the right amount from the chest into tubes and transported up to floor 1.
I have a warehouse with 200+ chests that is sorted with input pipes. Now I need a way to actually get the items in a easy fashion, instead of running from floor to floor.
A solution was to use a retriever, but to get 64 diamonds I would need 1 diamond and click the button 64 times, or whatever. I need a way to tell the system "I need X amount of Y" sent to me.
The only solution I could think of is ComputerCraft.
Would it be possible to create such an interface? Where you have multiple pages with items in the terminal and you type in a number, (for example 10 for diamonds), and then the amount. That would send a signal to some machine that will get the right amount from the chest into tubes and transported up to floor 1.