From d4cda2888d148767105ab7ed32d92314c37ab85d Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Tue, 21 Feb 2023 19:31:57 +0100 Subject: [PATCH] chore: dealec --- src/main/java/electricexpansion/common/RecipeRegistery.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/electricexpansion/common/RecipeRegistery.java b/src/main/java/electricexpansion/common/RecipeRegistery.java index f846cde..1723407 100644 --- a/src/main/java/electricexpansion/common/RecipeRegistery.java +++ b/src/main/java/electricexpansion/common/RecipeRegistery.java @@ -64,7 +64,6 @@ public class RecipeRegistery { new ItemStack(ElectricExpansionItems.blockInsulatedWire, 1, 0), '%', "circuitBasic", '^', Blocks.glass, '@', Items.stick})); - System.out.println("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALEC " + ElectricExpansionItems.blockInsulatedWire); GameRegistry.addRecipe((IRecipe) new ShapedOreRecipe( new ItemStack(ElectricExpansionItems.blockAdvBatteryBox), new Object[] {"!!!", "@@@", "!#!", '!', "battery", '@', "copperWire",