GregTech CE Unofficial

GregTech CE Unofficial

412k Downloads

Removing recipes on the rockbreaker causes error

LuckyLMJ opened this issue ยท 2 comments

commented

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

  1. 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();
  1. Launch the game

  2. CraftTweaker throws an error

Additional Information

This bug did not happen in 2.4.1-beta.

commented

It should be fixed in 2.4.4, give it a try.

commented

This was fixed in 2.4.4. please upgrade to new version.