
[FEEDBACK] In some cases, enchanting descriptions are not displayed
ch1335 opened this issue ยท 0 comments
Minecraft Version
1.21.1
Mod Loader
NeoForge
Feedback
When the original description of the enchantment is modified for some reason, such as when the enchantment level is raised for some reason, it will cause the enchantment description to not be displayed.
So I suggest Change 'fullName.equals(line)' to "fullName. getContents().equals(line.getContents())"
belike: