cc-tweaked / CC-Tweaked

Just another ComputerCraft fork
https://tweaked.cc
882 stars 206 forks source link

Turtle tools are not equippable #1810

Closed SquidDev closed 2 months ago

SquidDev commented 2 months ago

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.