diff options
| author | Draknyte1 <Draknyte1@hotmail.com> | 2016-11-06 22:12:41 +1000 |
|---|---|---|
| committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-11-06 22:12:41 +1000 |
| commit | a858b50d7fe80dd2d030500d931c40411ce13676 (patch) | |
| tree | 2c7919aea3a89cdcaebdb0f8412a3bb54fe33c64 /src/Java/gtPlusPlus/xmod/thermalfoundation/block | |
| parent | cbe0e497be8e466c380a5b4fa781b314ede9ada3 (diff) | |
| download | GT5-Unofficial-a858b50d7fe80dd2d030500d931c40411ce13676.tar.gz GT5-Unofficial-a858b50d7fe80dd2d030500d931c40411ce13676.tar.bz2 GT5-Unofficial-a858b50d7fe80dd2d030500d931c40411ce13676.zip | |
+ Added two new recipes for etched IV wiring. Should help with #35
+ Re-did imports again, from the desktop, with looser rules.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/thermalfoundation/block')
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Block_Fluid_Cryotheum.java | 9 | ||||
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Block_Fluid_Pyrotheum.java | 4 |
2 files changed, 3 insertions, 10 deletions
diff --git a/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Block_Fluid_Cryotheum.java b/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Block_Fluid_Cryotheum.java index 58afd0c52c..e47daa9f28 100644 --- a/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Block_Fluid_Cryotheum.java +++ b/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Block_Fluid_Cryotheum.java @@ -6,15 +6,10 @@ import gtPlusPlus.xmod.thermalfoundation.fluid.TF_Fluids; import java.util.Random; import net.minecraft.block.Block; -import net.minecraft.block.material.MapColor; -import net.minecraft.block.material.Material; -import net.minecraft.block.material.MaterialLiquid; +import net.minecraft.block.material.*; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLivingBase; -import net.minecraft.entity.monster.EntityBlaze; -import net.minecraft.entity.monster.EntityCreeper; -import net.minecraft.entity.monster.EntitySnowman; -import net.minecraft.entity.monster.EntityZombie; +import net.minecraft.entity.monster.*; import net.minecraft.init.Blocks; import net.minecraft.potion.Potion; import net.minecraft.potion.PotionEffect; diff --git a/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Block_Fluid_Pyrotheum.java b/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Block_Fluid_Pyrotheum.java index f45cc1d839..1c1da75909 100644 --- a/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Block_Fluid_Pyrotheum.java +++ b/src/Java/gtPlusPlus/xmod/thermalfoundation/block/TF_Block_Fluid_Pyrotheum.java @@ -6,9 +6,7 @@ import gtPlusPlus.xmod.thermalfoundation.fluid.TF_Fluids; import java.util.Random; import net.minecraft.block.Block; -import net.minecraft.block.material.MapColor; -import net.minecraft.block.material.Material; -import net.minecraft.block.material.MaterialLiquid; +import net.minecraft.block.material.*; import net.minecraft.entity.Entity; import net.minecraft.entity.monster.EntityCreeper; import net.minecraft.entity.player.EntityPlayer; |
