You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However on CurseForge, it is marked as compatible with 1.18.1 and 1.18.2:
When loaded in 1.18.2, however, this will crash with a NoSuchMethodError fairly soon after joining a world, due to it using methods that have been removed between the two versions:
java.lang.NoSuchMethodError: 'net.minecraft.tags.TagCollection net.minecraft.tags.ItemTags.m_13193_()'
at sindarin.fireproofitems.FireProofItemsMod.onEntitySpawn(FireProofItemsMod.java:27)
Huh, interesting! I thought I tested this before. I'll look into it once I have some free time (but if someone wants to make a PR to do this, I'll gladly accept it too :)
Minecraft 1.18.2
Fireproof Items 1.1
This mod is compiled against 1.18.1:
FireproofItems/build.gradle
Line 130 in 9911e66
However on CurseForge, it is marked as compatible with 1.18.1 and 1.18.2:
When loaded in 1.18.2, however, this will crash with a
NoSuchMethodError
fairly soon after joining a world, due to it using methods that have been removed between the two versions:The text was updated successfully, but these errors were encountered: