java.lang.NoSuchFieldError: Class net.minecraft.core.registries.Registries does not have member field 'net.minecraft.resources.ResourceKey f_279569_
pedrolois12 opened this issue ยท 1 comments
Guys, I've tried to playing with StorageDrawers with forge 50.1.0 and Minecraft version 1.20.6 and get this crash below:
Here are the full crash trace:
crash-2024-12-08_20.05.05-fml.txt
I tried to figure it out by run locally and cannot reproduce the same error, maybe its occur only in runtime.
Try with only StorageDrawers installed to see if are an incompatible mods, but don't get sucess.
Sorry about my bad english, I'm still learning.
Hey guys, I found this solution and was working now
I Just build the mod with forge version 50.1.21 and pass this option in gradle command build
--exclude-task reobfJar
My guess is some files that when obfuscated was missing on .jar
No bugs were found yet. I'll closing this issue with this solution.