Import ImmersiveEngineering dependency crashes : java.lang.NoSuchFieldError: f_118259_
remarxk opened this issue ยท 1 comments
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.