Additional-Mods / additionaladditions

A Minecraft Fabric mod that that aims to add additional uses for Copper, Amethyst and Glow Ink Sacs as well as other useful additional additions to the game.
GNU Lesser General Public License v3.0
41 stars 23 forks source link

Boots only accept unbreaking when enchanted with speed #52

Closed Dqu1J closed 2 years ago

foul-fortune-feline commented 2 years ago

I fixed this in my 1.19 port fyi, but it obvi changes a lot more than that code-wise

foul-fortune-feline commented 2 years ago

The issue is simply that you're missing a not symbol in the check for enchantment compatibility

foul-fortune-feline commented 2 years ago

iirc, it checks to see if speed is enabled, and if so returns false, which I presume is not WAI lol