aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gtPlusPlus')
-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 3de61a949f..bfc4e1fe94 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java
@@ -102,8 +102,8 @@ public class RecipeGen_Plates extends RecipeGen_Base {
if (ItemUtils.checkForInvalidItems(block) && ItemUtils.checkForInvalidItems(plate_Single))
if (GT_Values.RA.addCutterRecipe(
block,
- null,
plate_SingleNine,
+ null,
(int) Math.max(material.getMass() * 10L, 1L),
material.vVoltageMultiplier)) {
Logger.WARNING("Cutting Machine Recipe: " + material.getLocalizedName() + " - Success");