[QUESTION] <title>There is no description for anything.
ahmed12130 opened this issue ยท 5 comments
Also found this to be the case with Neoforge 1.21.1, while building my modpack.
(Just sharing the loader version, in case someone else can test this better before I can.)
I'll post more details when I get an opportunity to try test it without other mods or try figure out which other mods might be causing the issue.
(Can't run my Minecraft right now to do so immediately.)
Might be related (better described) in this ticket: #283
Seems to be an incompatibility issue with "Clean Tooltips". After I removed that, it worked.
It seems to specifically be an incompatibility between this mod and Clean Tooltips, on 1.21+ only - in prior versions of the game they worked well together.
@Damdrara After testing it out and looking through their code, they're preventing normal enchantment descriptions from being applied. It looks like they have some code to create visually similar descriptions when both mods are loaded but it appears to be broken. A fix will have to come on their end, or in the form of another mod that patches it with mixins.