Enchantment Descriptions

Enchantment Descriptions

148M Downloads

Suggestion

Cataratas opened this issue ยท 1 comments

commented

When requireKeybindPress is enabled it would make more sense to use stack.isEnchanted() instead of stack.hasTag() in the file EnchDescCommon, line 32.
It would avoid cases where an item has a tag but no enchantments.

with stack.hasTag()
Captura de tela 2022-10-06 194642

with stack.isEnchanted()
Captura de tela 2022-10-06 194504

commented

Thanks, this was an unintentional bug. Should be fixed in the next 1.19.2 version.