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

robot.use() not working with water bucket

Question

I have a robot with a water bucket in the tool slot and I want to place water under thr robot. Under the robot there is space to place water. 

I tryed robot.use(sides.down) robot.useDown() robot.swing(sides.down) robot.swingDwon() robot.place() ... but nothing happends, the function returns false every time and I don't know why.

What am I doing wrong?

Thanks

Link to post
Share on other sites

9 answers to this question

Recommended Posts

  • 0
6 hours ago, Molinko said:

Have you tried using the sneaky parameter with robot.use?

yep

robot.use(sides.bottom, true)

and return false :(

If I try this with a seed, works well but I don't know what is happening with the bucket...

Link to post
Share on other sites
  • 0
Just now, Molinko said:

Have you tried it in the tool slot  and in an inventory slot(while selected)? I'm gonna try it and get back to you..

Try it and tell if it works but I think there is a bug. I tried the same comand (robot.use()) in opencomputers v1.7.2.67 and works perfectly but with the version 1.7.4.158 doesn't work. 

Link to post
Share on other sites
  • 0
1 minute ago, Molinko said:

I just tried this in OC 1.7.4.153 |  MC 1.12.2 | Forge 14.23.5.2807

No dice. I guess there is indeed a bug.. Perhaps it was fixed in OC 1.7.4.158 when you tried it.. Bummer

Sorry I tryed that in OC 1.7.4.153.

 

In 1.7.2.67 works as we expect

Link to post
Share on other sites
  • 0
On 3/9/2019 at 12:20 AM, payonel said:

fixed in our next dev build: https://ci.cil.li/job/OpenComputers-MC1.12/154/

please test a bunch. there are a LOT of things you can do with robot.use, and it is difficult to test everything

it will be helpful to know if this looks good for everything so we can push out a new release sooner

Okay thanks.

I'm going to test robot.use() in that new version and if I find new bugs I will post it here

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