diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-08-30 14:15:30 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-08-30 14:15:30 +1000 |
commit | 99c8ea64db96940ca8f37e5b36d8d8b5e6a53f95 (patch) | |
tree | f7ad27e6898c01dc65116c6339446e209072d9b8 /src/Java/miscutil/xmod/gregtech/common/blocks/fluid | |
parent | 689bea77fb8d93cecc0a1298772614068ed621d3 (diff) | |
download | GT5-Unofficial-99c8ea64db96940ca8f37e5b36d8d8b5e6a53f95.tar.gz GT5-Unofficial-99c8ea64db96940ca8f37e5b36d8d8b5e6a53f95.tar.bz2 GT5-Unofficial-99c8ea64db96940ca8f37e5b36d8d8b5e6a53f95.zip |
+ Added Casing blocks for the future of Nuclear Power generation.
% Changed how a few log messages are presented.
Diffstat (limited to 'src/Java/miscutil/xmod/gregtech/common/blocks/fluid')
-rw-r--r-- | src/Java/miscutil/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/miscutil/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java b/src/Java/miscutil/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java index 6c3cdcad87..fd1fa305a8 100644 --- a/src/Java/miscutil/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java +++ b/src/Java/miscutil/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java @@ -32,8 +32,8 @@ public class GregtechFluidHandler { */ if (!LoadedMods.ThermalFoundation){ - Utils.LOG_INFO("Adding Gregtech versions of Gelic Cryotheum and Blazing Pyrotheum."); - + + Utils.LOG_INFO("Adding in our own GT versions of Thermal Foundation Fluids"); Meta_GT_Proxy.addFluid("cryotheum", "Gelid Cryotheum", GT_Materials.Cryotheum, 4, -1200, GT_OreDictUnificator.get(OrePrefixes.cell, GT_Materials.Cryotheum, 1L), ItemList.Cell_Empty.get(1L, new Object[0]), 1000); Meta_GT_Proxy.addFluid("pyrotheum", "Blazing Pyrotheum", GT_Materials.Pyrotheum, 4, 4000, GT_OreDictUnificator.get(OrePrefixes.cell, GT_Materials.Pyrotheum, 1L), ItemList.Cell_Empty.get(1L, new Object[0]), 1000); } |