diff options
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Blocks.java')
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Blocks.java | 38 | 
1 files changed, 19 insertions, 19 deletions
| diff --git a/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Blocks.java b/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Blocks.java index 867f8c7f7d..522bafd053 100644 --- a/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Blocks.java +++ b/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Blocks.java @@ -4,23 +4,23 @@ import cofh.core.fluid.BlockFluidCoFHBase;  public class TF_Blocks  { -   -  public static BlockFluidCoFHBase blockFluidPyrotheum; -  public static BlockFluidCoFHBase blockFluidCryotheum; -   -   -  public static void preInit() -  { -    blockFluidPyrotheum = new TF_Block_Fluid_Pyrotheum(); -    blockFluidCryotheum = new TF_Block_Fluid_Cryotheum(); -    blockFluidPyrotheum.preInit(); -    blockFluidCryotheum.preInit(); -  } -   -  public static void init() {} -   -  public static void postInit() -  { -     -  } + +	public static BlockFluidCoFHBase blockFluidPyrotheum; +	public static BlockFluidCoFHBase blockFluidCryotheum; + + +	public static void preInit() +	{ +		blockFluidPyrotheum = new TF_Block_Fluid_Pyrotheum(); +		blockFluidCryotheum = new TF_Block_Fluid_Cryotheum(); +		blockFluidPyrotheum.preInit(); +		blockFluidCryotheum.preInit(); +	} + +	public static void init() {} + +	public static void postInit() +	{ + +	}  } | 
