Turtle tools are not equippable
SquidDev opened this issue · 0 comments
Minecraft Version
1.20.5
Version
1.110.3
Details
Turtle and pocket upgrades cannot be equipped in the game.
Steps to reproduce:
- Place down a turtle and open the UI
- Place a diamond pickaxe in the first slot.
- Run
equip 1 left
. This will report it is not a valid upgrade.
I suspect the issue here is that the TurtleTool.isItemSuitable
check is failing right now. Its possible the ATTRIBUTE_MODIFIERS
component is non-empty on the normal stack — maybe we should check for those components just on the patch instead.