diff options
author | Dream-Master <dream-master@gmx.net> | 2016-09-28 01:11:20 +0200 |
---|---|---|
committer | Dream-Master <dream-master@gmx.net> | 2016-09-28 01:11:20 +0200 |
commit | f3076ed3ba24b3c55ef660ecad1fdafe716a405b (patch) | |
tree | b71977c64167922a499dda46cf2afe667d8ba6a0 /src/main/java/gregtech/loaders | |
parent | 55b735fc4fac3b47752b22f762de825e215d556b (diff) | |
download | GT5-Unofficial-f3076ed3ba24b3c55ef660ecad1fdafe716a405b.tar.gz GT5-Unofficial-f3076ed3ba24b3c55ef660ecad1fdafe716a405b.tar.bz2 GT5-Unofficial-f3076ed3ba24b3c55ef660ecad1fdafe716a405b.zip |
Fix ?!
Diffstat (limited to 'src/main/java/gregtech/loaders')
-rw-r--r-- | src/main/java/gregtech/loaders/oreprocessing/ProcessingIngot1.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/oreprocessing/ProcessingIngot1.java b/src/main/java/gregtech/loaders/oreprocessing/ProcessingIngot1.java index 5193ab4479..4632326909 100644 --- a/src/main/java/gregtech/loaders/oreprocessing/ProcessingIngot1.java +++ b/src/main/java/gregtech/loaders/oreprocessing/ProcessingIngot1.java @@ -40,7 +40,6 @@ public class ProcessingIngot1 implements gregtech.api.interfaces.IOreRecipeRegis GT_Values.RA.addBenderRecipe(GT_Utility.copyAmount(5L, Ogem1), GT_OreDictUnificator.get(OrePrefixes.plateQuintuple, aMaterial, 1L), (int) Math.max(matgM1 * 5L, 1L), 96); GT_Values.RA.addBenderRecipe(GT_Utility.copyAmount(9L, Ogem1), GT_OreDictUnificator.get(OrePrefixes.plateDense, aMaterial, 1L), (int) Math.max(matgM1 * 9L, 1L), 96); } - GT_Values.RA.addLatheRecipe(GT_Utility.copyAmount(1L, new Object[]{aStack}), GT_OreDictUnificator.get(OrePrefixes.round, aMaterial, 9L), null, (int) Math.max(aMaterial.getMass() / 4L, 1L), 8); if (!OrePrefixes.block.isIgnored(aMaterial)) { GT_ModHandler.addCompressionRecipe(GT_Utility.copyAmount(9L, Ogem1), GT_OreDictUnificator.get(OrePrefixes.block, aMaterial, 1L));} |