Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on world load in 1.18.2 #6

Open
alcatrazEscapee opened this issue Mar 24, 2023 · 1 comment
Open

Crash on world load in 1.18.2 #6

alcatrazEscapee opened this issue Mar 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@alcatrazEscapee
Copy link

Minecraft 1.18.2
Fireproof Items 1.1

This mod is compiled against 1.18.1:

minecraft 'net.minecraftforge:forge:1.18.1-39.0.10'

However on CurseForge, it is marked as compatible with 1.18.1 and 1.18.2:

img

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)
@Sindarin27
Copy link
Owner

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 :)

@Sindarin27 Sindarin27 added the bug Something isn't working label Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants