aboutsummaryrefslogtreecommitdiff
path: root/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java
diff options
context:
space:
mode:
authorBlood-Asp <bloodasphendrik@gmail.com>2015-06-24 19:34:37 +0200
committerBlood-Asp <bloodasphendrik@gmail.com>2015-06-24 19:34:37 +0200
commit6591e802e925a1f57d62b8d506936d6d5e9fde3c (patch)
tree53e53ff64d2902c639951bd1d41f942ee171f836 /main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java
parent55c596b008807a7cb4b58422efd07636425be1e2 (diff)
parenta1504799f44ba2debdfef06317f24e7f9c1129d6 (diff)
downloadGT5-Unofficial-6591e802e925a1f57d62b8d506936d6d5e9fde3c.tar.gz
GT5-Unofficial-6591e802e925a1f57d62b8d506936d6d5e9fde3c.tar.bz2
GT5-Unofficial-6591e802e925a1f57d62b8d506936d6d5e9fde3c.zip
Merge pull request #71 from aerospark/devel
Linenumber strip Well, let's try this, but i'm not going trough all classes to make sure there is nothing broken.
Diffstat (limited to 'main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java')
-rw-r--r--main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java42
1 files changed, 21 insertions, 21 deletions
diff --git a/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java b/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java
index 6d10eb4df9..e176ac6b62 100644
--- a/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java
+++ b/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java
@@ -1,24 +1,24 @@
-/* */ package gregtech.loaders.oreprocessing;
-/* */
-/* */ import gregtech.api.enums.GT_Values;
-/* */ import gregtech.api.enums.Materials;
-/* */ import gregtech.api.enums.OrePrefixes;
-/* */ import gregtech.api.util.GT_OreDictUnificator;
-/* */ import gregtech.api.util.GT_Utility;
-/* */ import net.minecraft.item.ItemStack;
-/* */
-/* */ public class ProcessingIngotHot implements gregtech.api.interfaces.IOreRecipeRegistrator
-/* */ {
-/* */ public ProcessingIngotHot()
-/* */ {
-/* 14 */ OrePrefixes.ingotHot.add(this);
-/* */ }
-/* */
-/* */ public void registerOre(OrePrefixes aPrefix, Materials aMaterial, String aOreDictName, String aModName, ItemStack aStack)
-/* */ {
-/* 19 */ GT_Values.RA.addVacuumFreezerRecipe(GT_Utility.copyAmount(1L, new Object[] { aStack }), GT_OreDictUnificator.get(OrePrefixes.ingot, aMaterial, 1L), (int)Math.max(aMaterial.getMass() * 3L, 1L));
-/* */ }
-/* */ }
+package gregtech.loaders.oreprocessing;
+
+import gregtech.api.enums.GT_Values;
+import gregtech.api.enums.Materials;
+import gregtech.api.enums.OrePrefixes;
+import gregtech.api.util.GT_OreDictUnificator;
+import gregtech.api.util.GT_Utility;
+import net.minecraft.item.ItemStack;
+
+public class ProcessingIngotHot implements gregtech.api.interfaces.IOreRecipeRegistrator
+{
+ public ProcessingIngotHot()
+ {
+ OrePrefixes.ingotHot.add(this);
+ }
+
+ public void registerOre(OrePrefixes aPrefix, Materials aMaterial, String aOreDictName, String aModName, ItemStack aStack)
+ {
+ GT_Values.RA.addVacuumFreezerRecipe(GT_Utility.copyAmount(1L, new Object[] { aStack }), GT_OreDictUnificator.get(OrePrefixes.ingot, aMaterial, 1L), (int)Math.max(aMaterial.getMass() * 3L, 1L));
+ }
+}
/* Location: F:\Torrent\minecraft\jdgui test\gregtech_1.7.10-5.07.07-dev.jar!\gregtech\loaders\oreprocessing\ProcessingIngotHot.class