mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-05-27 16:02:07 +00:00
a91ac6f214
Turtle tools now accept two additional JSON fields - allowEnchantments: Whether items with enchantments (or any non-standard NBT) can be equipped. - consumesDurability: Whether durability will be consumed. This can be "never" (the current and default behaviour), "always", and "when_enchanted". Closes #1501.