Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
Adraxas

Automated Pure daisy

Recommended Posts

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

Link to post
Share on other sites

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:

oc_botania_daisy_overview.png

 

here are the contents of the ME Interface:

oc_botania_daisy_me_interface.png

 

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

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.