diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2018-05-19 16:11:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 16:11:12 +0200 |
commit | 79ba5a72aa84a12c6ec14799bf4c0b4c0b1cb627 (patch) | |
tree | f24b54d94a29501c76ba83a897b29e1ce8960dac /src/main/java/gregtech/loaders/oreprocessing | |
parent | 8274ed5c1a4f64a97fa74a808a579462472c35bb (diff) | |
download | GT5-Unofficial-79ba5a72aa84a12c6ec14799bf4c0b4c0b1cb627.tar.gz GT5-Unofficial-79ba5a72aa84a12c6ec14799bf4c0b4c0b1cb627.tar.bz2 GT5-Unofficial-79ba5a72aa84a12c6ec14799bf4c0b4c0b1cb627.zip |
nuclear control displays 2.0, lang file addition (#120)
* +applied mitchej123 fix to all turbines
+added .lang translation for GUI
+removed error log for quicksilver dust
* Lang file for Multiblock Information
Nuclear Display patch
* Tin Cell dublicate bug https://github.com/GTNewHorizons/NewHorizons/issues/2970
Diffstat (limited to 'src/main/java/gregtech/loaders/oreprocessing')
-rw-r--r-- | src/main/java/gregtech/loaders/oreprocessing/ProcessingDust.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/oreprocessing/ProcessingDust.java b/src/main/java/gregtech/loaders/oreprocessing/ProcessingDust.java index 02fb899e92..41398918b5 100644 --- a/src/main/java/gregtech/loaders/oreprocessing/ProcessingDust.java +++ b/src/main/java/gregtech/loaders/oreprocessing/ProcessingDust.java @@ -127,7 +127,7 @@ public class ProcessingDust implements gregtech.api.interfaces.IOreRecipeRegistr GT_ModHandler.addSmeltingRecipe(GT_Utility.copyAmount(1L, new Object[]{aStack}), GT_OreDictUnificator.get(OrePrefixes.dust, Materials.MeatCooked, 1L)); break; case "Mercury": - System.err.println("Quicksilver Dust?, To melt that, you don't even need a Furnace..."); + // System.err.println("Quicksilver Dust?, To melt that, you don't even need a Furnace..."); break; // case "Tetrahedrite": case "Chalcopyrite": case "Malachite": // GT_ModHandler.addSmeltingRecipe(GT_Utility.copyAmount(1L, new Object[]{aStack}), GT_OreDictUnificator.get(OrePrefixes.nugget, Materials.Copper, 6L)); |