Adraxas 0 Posted June 4, 2015 Share Posted June 4, 2015 My first program. It allows you to automate a pure daisy from botania using a single robot. just run botania.lua to start it robot must have stone/logs in its first two slots and a single living wood and rock in the last two place robot like so XXX XDX RXX X=air D=Pure daisy R=Robot NOTE:robot must be one block off the ground autoDaisy.zip Quote Link to post Share on other sites
TvL2386 0 Posted December 20, 2015 Share Posted December 20, 2015 Thanks Adraxas, You inspired me to do this as well using OpenComputers. This is my first project with OpenComputers and my first attempt at lua. What I wanted was to use a robot to make sure I always have a stack of livingrock and livingwood in my AE2 system. I accomplished this by having my robot interact with an ME Interface that has Stone, Wood, Livingrock, Livingwood and pickaxes. The ME Interface comes with a crafting card to craft stone pickaxes and stone. However it could have been a simple chest as well. The robots goal is to get 64 items of livingrock and livingwood in the inventory. Here is the overview: here are the contents of the ME Interface: My code can be found here: https://github.com/TvL2386/oc_botania_daisy/blob/master/botania.lua Please note your robot needs an inventory controller upgrade. Have fun! Kind regards, TvL2386 Quote Link to post Share on other sites