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

Make robot use Sieve (Ex Nihilo Adscensio mod)

Question

Hello everyone. 

I'm new to OC and am playing Sky Factory 3 which incorporates many mods into minecraft, including OC.
I'm having trouble with robot.use() method. I'd like to make a Robot use a Sieve like I would. A Sieve is a block from another mod, Ex Nihilo Adscensi, that allows you to sieve blocks like Sand and Gravel and get other material from it. By placing  a block of Sand in the robot's tool slot and calling robot.use(), with the Sieve in front of it, the robot successfully places the Sand in the Sieve. Then, it needs to make several uses of the Sieve for the Sand block to return it's products. A player would click or hold right mouse button on the Sieve, so you'd think robot.use() would work, but I find it doesn't. The function robot.use() retutrns true "block_activated" but no progress is made in sieving process.

I've tried robot.swing(), which just brakes the sieve, and robot.place(), which returns false, because it can't place in front of it.

Any ideas on how to make a robot use a Sieve?

Link to post
Share on other sites

3 answers to this question

Recommended Posts

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
Answer this question...

×   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.