aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
index decb5b6d30..cf9cc22eb8 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
@@ -209,7 +209,7 @@ public class RECIPES_GREGTECH {
CORE.RA.addBlastSmelterRecipe(
new ItemStack[] {
ItemUtils.getGregtechCircuit(19),
- ItemUtils.getItemStackOfAmountFromOreDict("crushedPurifiedSheldonite", 8),
+ ItemUtils.getItemStackOfAmountFromOreDict("crushedPurifiedCooperite", 8),
ELEMENT.getInstance().CARBON.getDust(32),
},
Materials.SulfuricAcid.getFluid(8000),