CC: Tweaked

CC: Tweaked

42M Downloads

Turtle tools are not equippable

SquidDev opened this issue · 0 comments

commented

Minecraft Version

1.20.5

Version

1.110.3

Details

Turtle and pocket upgrades cannot be equipped in the game.

Steps to reproduce:

  1. Place down a turtle and open the UI
  2. Place a diamond pickaxe in the first slot.
  3. 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.