[Bug] Compability with Enchanted Tooltips mod
lifesketchy10 opened this issue · 3 comments
From what I have seen the other mod in question is at fault here as it completely replaces the vanilla method I inject code into and therefore I don't think I can work around this, unless there is a change in the way the tooltips are generated on their side (in a way that's less destructive for example) I don't think there's much I can do.
Best thing you could do to not deal with the issue is to either disable the icon rendering on my side or to disable the tooltips on books on the Enhanced Tooltips mod.
Sorry for the trouble and also I don't mean to offend anyone I just think that there's a way to manipulate tooltips (specifically when appending enchantments) without making it impossible for other mods to inject to the same method.
Unfortunately I don't there's anything I can do to fix this since both Enchanted Tooltips as well as my mod fully overwrite the original minecraft tooltip in different ways, best thing I can recommend is to disable the icons in my mod's settings. Best case scenario there would need to be a way to add blank lines into Enchanted Tooltips' tooltips in coordination with my mod