aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java
index bfc4e1fe94..9cd6fedbc0 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java
@@ -168,7 +168,7 @@ public class RecipeGen_Plates extends RecipeGen_Base {
if (ItemUtils.checkForInvalidItems(plate_SingleNine) && ItemUtils.checkForInvalidItems(plate_Dense))
if (addBenderRecipe(
plate_SingleNine,
- plate_Double,
+ plate_Dense,
(int) Math.max(material.getMass() * 2L, 1L),
material.vVoltageMultiplier)) {
Logger.WARNING("Bender Recipe: " + material.getLocalizedName() + " - Success");