ImmersiveEngineering icon indicating copy to clipboard operation
ImmersiveEngineering copied to clipboard

Please compile against the CraftTweaker version of the game version you are compiling for

Open jaredlll08 opened this issue 1 year ago • 0 comments

Minecraft Version

1.20.1

Immersive Engineering Version

4713f3e07697bf5df026d43ac6f6e09051007650

Expected Behavior

-compileOnly fg.deobf("com.blamejared.crafttweaker:CraftTweaker-forge-1.18.2:9.1.137")
+compileOnly fg.deobf("com.blamejared.crafttweaker:CraftTweaker-forge-1.20.1:14.0.34")

Actual Behavior

The game crashes due to unimplemented methods in our IAction class

Steps to reproduce

try and remove a recipe for the cloche

Debug Crash Log

https://i.blamejared.com/tsChH.txt

jaredlll08 avatar Feb 19 '24 22:02 jaredlll08