Noaaan / MythicMetals

Fabric based Minecraft mod that adds new materials into the game. Includes new tools, ores, anvils, and sets of armor.
Other
74 stars 24 forks source link

Crash when accessing config #132

Closed Kuggle01 closed 1 year ago

Kuggle01 commented 1 year ago

https://bytebin.lucko.me/EsPkbtp7Zc

Noaaan commented 1 year ago

This is a mod incompatability between owo-lib and ToolTip Fix. In owo-lib there is a system for displaying tooltips on components, which generates an Immutable List via a stream. Since tooltipfix does not check whether the list can be modified or not, it crashes when it tries to change the tooltip. Feel free to quote me on this and open an issue there, if not I can open it for you

Noaaan commented 1 year ago

Should be fixed as of latest version of TooltipFix