Immersive Engineering

Immersive Engineering

134M Downloads

Import ImmersiveEngineering dependency crashes : java.lang.NoSuchFieldError: f_118259_

remarxk opened this issue ยท 1 comments

commented

Minecraft Version

1.20.1

Immersive Engineering Version

1.20.1-10.0.0-169.48

How did it happen?

Information in the process of loading mod games crash, message is java.lang.NoSuchFieldError: f_118259_
image

Crash Log

https://pastebin.com/tYiBRf2B

commented

You seem to be trying to use IE as a dependency in mod development. In this case you need to wrap the gradle dependency in fg.deobf to handle the (de)obfuscation, like here.

Additionally you should add this line to your build script if it is not already there; otherwise you will get Mixin-related crashes with IE.

Both of these points will become irelevant in 1.20.4 since NeoForge got rid of runtime obfuscation.