diff options
author | Shawn Buckley <shawntbuckley@gmail.com> | 2015-10-21 21:00:04 -0400 |
---|---|---|
committer | Shawn Buckley <shawntbuckley@gmail.com> | 2015-10-21 21:11:56 -0400 |
commit | c68e84f1e23cdf3c2a69d1f04915a4e76e077e8a (patch) | |
tree | 712079007ece6a67f9817e0e04a8478a59db9090 /src/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java | |
parent | 34ecdfb19003ccb6d6134bbb1acd9ae361a87f4c (diff) | |
download | GT5-Unofficial-c68e84f1e23cdf3c2a69d1f04915a4e76e077e8a.tar.gz GT5-Unofficial-c68e84f1e23cdf3c2a69d1f04915a4e76e077e8a.tar.bz2 GT5-Unofficial-c68e84f1e23cdf3c2a69d1f04915a4e76e077e8a.zip |
Remove jdgui-comments
Diffstat (limited to 'src/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java')
-rw-r--r-- | src/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java b/src/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java index e176ac6b62..939e4f2f1b 100644 --- a/src/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java +++ b/src/main/java/gregtech/loaders/oreprocessing/ProcessingIngotHot.java @@ -19,9 +19,3 @@ public class ProcessingIngotHot implements gregtech.api.interfaces.IOreRecipeReg 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 - * Java compiler version: 6 (50.0) - * JD-Core Version: 0.7.1-SNAPSHOT-20140817 - */
\ No newline at end of file |