aboutsummaryrefslogtreecommitdiff
path: root/main/java/gregtech/loaders/oreprocessing/ProcessingIngot2.java
diff options
context:
space:
mode:
authorBlood Asp <Blood@Asp>2015-04-24 23:47:25 +0200
committerBlood Asp <Blood@Asp>2015-04-24 23:47:25 +0200
commit6b80bc2d1cb91bc377a0e549bfffaf3fe7ae08c1 (patch)
tree91733aae60c8b22354cd77377526f1a3265cb31b /main/java/gregtech/loaders/oreprocessing/ProcessingIngot2.java
parent88b575ed3cccba9fd37eae4f6b4d91f72c31fd27 (diff)
downloadGT5-Unofficial-6b80bc2d1cb91bc377a0e549bfffaf3fe7ae08c1.tar.gz
GT5-Unofficial-6b80bc2d1cb91bc377a0e549bfffaf3fe7ae08c1.tar.bz2
GT5-Unofficial-6b80bc2d1cb91bc377a0e549bfffaf3fe7ae08c1.zip
Many bugfixes
Diffstat (limited to 'main/java/gregtech/loaders/oreprocessing/ProcessingIngot2.java')
-rw-r--r--main/java/gregtech/loaders/oreprocessing/ProcessingIngot2.java64
1 files changed, 30 insertions, 34 deletions
diff --git a/main/java/gregtech/loaders/oreprocessing/ProcessingIngot2.java b/main/java/gregtech/loaders/oreprocessing/ProcessingIngot2.java
index 6556ca946c..d4ec2ce188 100644
--- a/main/java/gregtech/loaders/oreprocessing/ProcessingIngot2.java
+++ b/main/java/gregtech/loaders/oreprocessing/ProcessingIngot2.java
@@ -1,35 +1,31 @@
-/* 1: */ package gregtech.loaders.oreprocessing;
-/* 2: */
-/* 3: */ import gregtech.api.enums.GT_Values;
-/* 4: */ import gregtech.api.enums.Materials;
-/* 5: */ import gregtech.api.enums.OrePrefixes;
-/* 6: */ import gregtech.api.enums.SubTag;
-/* 7: */ import gregtech.api.interfaces.IOreRecipeRegistrator;
-/* 8: */ import gregtech.api.interfaces.internal.IGT_RecipeAdder;
-/* 9: */ import gregtech.api.util.GT_OreDictUnificator;
-/* 10: */ import gregtech.api.util.GT_Utility;
-/* 11: */ import net.minecraft.item.ItemStack;
-/* 12: */
-/* 13: */ public class ProcessingIngot2
-/* 14: */ implements IOreRecipeRegistrator
-/* 15: */ {
-/* 16: */ public ProcessingIngot2()
-/* 17: */ {
-/* 18:15 */ OrePrefixes.ingotDouble.add(this);
-/* 19: */ }
-/* 20: */
-/* 21: */ public void registerOre(OrePrefixes aPrefix, Materials aMaterial, String aOreDictName, String aModName, ItemStack aStack)
-/* 22: */ {
-/* 23:20 */ if (!aMaterial.contains(SubTag.NO_SMASHING))
-/* 24: */ {
-/* 25:21 */ GT_Values.RA.addBenderRecipe(GT_Utility.copyAmount(1L, new Object[] { aStack }), GT_OreDictUnificator.get(OrePrefixes.plateDouble, aMaterial, 1L), (int)Math.max(aMaterial.getMass() * 1L, 1L), 96);
-/* 26:22 */ GT_Values.RA.addBenderRecipe(GT_Utility.copyAmount(2L, new Object[] { aStack }), GT_OreDictUnificator.get(OrePrefixes.plateQuadruple, aMaterial, 1L), (int)Math.max(aMaterial.getMass() * 2L, 1L), 96);
-/* 27: */ }
-/* 28: */ }
-/* 29: */ }
-
-
-/* Location: F:\Torrent\minecraft\jd-gui-0.3.6.windows\gregtech_1.7.10-5.07.07-dev.jar
- * Qualified Name: gregtech.loaders.oreprocessing.ProcessingIngot2
- * JD-Core Version: 0.7.0.1
+/* */ package gregtech.loaders.oreprocessing;
+/* */
+/* */ import gregtech.api.enums.GT_Values;
+/* */ import gregtech.api.enums.Materials;
+/* */ import gregtech.api.enums.OrePrefixes;
+/* */ import gregtech.api.interfaces.internal.IGT_RecipeAdder;
+/* */ import gregtech.api.util.GT_OreDictUnificator;
+/* */ import gregtech.api.util.GT_Utility;
+/* */ import net.minecraft.item.ItemStack;
+/* */
+/* */ public class ProcessingIngot2 implements gregtech.api.interfaces.IOreRecipeRegistrator
+/* */ {
+/* */ public ProcessingIngot2()
+/* */ {
+/* 15 */ OrePrefixes.ingotDouble.add(this);
+/* */ }
+/* */
+/* */ public void registerOre(OrePrefixes aPrefix, Materials aMaterial, String aOreDictName, String aModName, ItemStack aStack)
+/* */ {
+/* 20 */ if (!aMaterial.contains(gregtech.api.enums.SubTag.NO_SMASHING)) {
+/* 21 */ GT_Values.RA.addBenderRecipe(GT_Utility.copyAmount(1L, new Object[] { aStack }), GT_OreDictUnificator.get(OrePrefixes.plateDouble, aMaterial, 1L), (int)Math.max(aMaterial.getMass() * 1L, 1L), 96);
+/* 22 */ GT_Values.RA.addBenderRecipe(GT_Utility.copyAmount(2L, new Object[] { aStack }), GT_OreDictUnificator.get(OrePrefixes.plateQuadruple, aMaterial, 1L), (int)Math.max(aMaterial.getMass() * 2L, 1L), 96);
+/* */ }
+/* */ }
+/* */ }
+
+
+/* Location: F:\Torrent\minecraft\jdgui test\gregtech_1.7.10-5.07.07-dev.jar!\gregtech\loaders\oreprocessing\ProcessingIngot2.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 0.7.1-SNAPSHOT-20140817
*/ \ No newline at end of file