Removing recipes on the rockbreaker causes error
LuckyLMJ opened this issue ยท 2 comments
GregTech CEu Version
2.4.3-beta
Modpack Used
No response
Addons Installed
No response
Environment
Singleplayer
New Worlds
Yes
Cross-Mod Interaction
Yes
Expected Behavior
Expected to remove the recipe on the rockbreaker.
Actual Behavior
Threw the error
Error: [crafttweaker]: Error executing {[0:crafttweaker]: rockBreakerRecipes.zs}: gregtech/integration/GroovyScriptCompat, caused by java.lang.NoClassDefFoundError: gregtech/integration/GroovyScriptCompat
Steps to Reproduce
- Make a crafttweaker script with the contents
import mods.gregtech.recipe.RecipeMap;
val rockbreaker as RecipeMap = <recipemap:rock_breaker>;
rockbreaker.findRecipe(240, [<minecraft:redstone>], null).remove();
-
Launch the game
-
CraftTweaker throws an error
Additional Information
This bug did not happen in 2.4.1-beta.