Jump to content




Turtle using external crafting block?


1 reply to this topic

#1 Ambitious Turtle

  • New Members
  • 1 posts

Posted 25 April 2017 - 07:40 PM

Dear pro's, I'm looking for a way to let my turtle use any crafting device. The turtle is programmed to craft whatever it needs on the spot. Currently I can only get it to use the crafting table as an attached peripheral (as a crafty turtle). The trouble is that it has to clean out its entire inventory to do so. So it has to carry around an empty chest just to make room for crafting.

I've tried to wrap a crafting station (from Tinkers' construct) or an auto workbench (from Buildcraft) but they won't accept items. After for example bench = peripheral.wrap() I can use bench.getMethods() or bench.getInventorySize() and they return the expected values, but using bench.pullItemIntoSlot() doesn't work (returns 0). Doing the exact same thing with a chest works fine, so it isn't simply an error in the code.

Any advice on how to fix this or even alternative options for crafting turtles would be most welcome!

#2 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

Posted 26 April 2017 - 10:15 AM

You could always use another turtle, I suppose.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users