Draylar / vanilla-hammers

Introduces 3x3 mining tools for fast digging! Available on 1.14, 1.15, 1.16, and 1.17.
https://minecraft.curseforge.com/projects/vanilla-hammers
MIT License
23 stars 31 forks source link

Netherite Hammer not supporting Silk Touch Enchantment #73

Closed Ropirela29 closed 4 years ago

Ropirela29 commented 4 years ago

Netherite Hammer doesn't support silk touch, tried with a book on an anvil, and with a command, didn't work. Says, "item.vanilla-hammers.netherite_hammer cannot support that enchantment. I will be looking forward this fix. Thx.

Draylar commented 4 years ago

Had item.getData().canSmelt(); instead of !item.getData().canSmelt(); to check whether a Hammer is compatible with Silk Touch. Oops! Fixed in 2.0.6, thanks for the report.