TheDeathlyCow / frostiful

A Vanilla+ Snow & Frost Update Survival Experience for Minecraft
GNU Lesser General Public License v3.0
15 stars 8 forks source link

Crash with tooltips F3+H #52

Closed Cikodel closed 9 months ago

Cikodel commented 9 months ago

When I use the shortcut F3+H to display the id's of the blocks, items, etc, the game crashes, the crash report indicates that it is a problem with the mod.

https://pastebin.com/PtQfXPN7

TheDeathlyCow commented 9 months ago

That log looks like you are using Forge... can you confirm that this is on Fabric?

TheDeathlyCow commented 9 months ago

If you're using some sort of Forge version of the Fabric API to get Frostiful to work on that platform, the crash report indicates that for some reason they pass an immutable map to the ModifyItemAttributeModifiersCallback event. This is not the documented behaviour for Fabric API and an issue on their end, not mine.