diff --git a/overrides/scripts/AddonScripts/LazyAE2.zs b/overrides/scripts/AddonScripts/LazyAE2.zs index 22dd0f3..a02e539 100644 --- a/overrides/scripts/AddonScripts/LazyAE2.zs +++ b/overrides/scripts/AddonScripts/LazyAE2.zs @@ -104,6 +104,13 @@ assembler.recipeBuilder() .duration(400).EUt(1920).buildAndRegister(); // Circuit Etcher +recipes.remove(); +recipes.addShaped(, [ + [, , ], + [, , ], + [, , ] +]); + mods.threng.Etcher.removeRecipe(); mods.threng.Etcher.removeRecipe(); mods.threng.Etcher.removeRecipe();