Storage Drawers: Forestry Pack

Storage Drawers: Forestry Pack

6M Downloads

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

commented

Guys, I've tried to playing with StorageDrawers with forge 50.1.0 and Minecraft version 1.20.6 and get this crash below:

imagem_2024-12-08_201008487

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.

commented

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

image

image

No bugs were found yet. I'll closing this issue with this solution.