Open 2.1.0: Cannot craft purposed turtles

awebneck

New Member
Jul 29, 2019
3
0
0
Version:
2.1.0

What is the bug:
While the expert mode minetweaker configs have changed the recipe for a turtle/advanced turtle, they did not change any of the recipes for the purposed turtles (melee, mining, etc). When you create a diamond tool (vanilla recipe) to give a turtle a purpose, e.g. a diamond pickaxe, combining the tool with the turtle does not result in a purposed turtle, e.g. a mining turtle. This is despite the recipe being precisely as represented in NEI. I suspect this is an issue with the additional metadata used to set the durability of the tool to 1.

Mod & Version:
ComputerCraft

Paste.feed-the-beast.com log:


Can it be repeated:
Easily, as noted above.

Known Fix:
None that I could find.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
Maybe try turtle.equipLeft() or turtle.equipRight() as a workaround?

Note: I did not play hard mode, nor do I know how they changed the tools to set the durability to one so my work around may not work
 

Zuiron

New Member
Jul 29, 2019
18
0
0
Maybe try turtle.equipLeft() or turtle.equipRight() as a workaround?

Note: I did not play hard mode, nor do I know how they changed the tools to set the durability to one so my work around may not work

can confirm this as a possible workaround.

1. put pickaxe is first slot in the adv turtle.
2. type lua, then "turtle.equipLeft()"

turtle should now have equipped the pickaxe and turn into an adv mining turtle.