diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-10-22 16:03:53 +0100 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-10-22 16:03:53 +0100 |
commit | a4d1dde84d4aa78783d36a7348a436ea96c3166b (patch) | |
tree | fb2221784a83a06b5400a7c12611093f12592e3c /src/Java/gtPlusPlus/core/block/general | |
parent | 599e76a49acd06306137080cebe19135d6a4f881 (diff) | |
download | GT5-Unofficial-a4d1dde84d4aa78783d36a7348a436ea96c3166b.tar.gz GT5-Unofficial-a4d1dde84d4aa78783d36a7348a436ea96c3166b.tar.bz2 GT5-Unofficial-a4d1dde84d4aa78783d36a7348a436ea96c3166b.zip |
+ Added a Machine that easily allows reconfiguring integrated circuits.
% Adjusted tooltip of the MK IV Fusion reactor to reflect new tier casing requirements.
Diffstat (limited to 'src/Java/gtPlusPlus/core/block/general')
-rw-r--r-- | src/Java/gtPlusPlus/core/block/general/MiningExplosives.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/block/general/MiningExplosives.java b/src/Java/gtPlusPlus/core/block/general/MiningExplosives.java index ceb35ad673..45345ef176 100644 --- a/src/Java/gtPlusPlus/core/block/general/MiningExplosives.java +++ b/src/Java/gtPlusPlus/core/block/general/MiningExplosives.java @@ -30,11 +30,10 @@ public class MiningExplosives extends BlockTNT { private IIcon textureBottom; public MiningExplosives(){ - this.setCreativeTab(AddToCreativeTab.tabMachines); this.setBlockName("blockMiningExplosives"); - this.setCreativeTab(AddToCreativeTab.tabMachines); GameRegistry.registerBlock(this, "blockMiningExplosives"); LanguageRegistry.addName(this, "Earth Blasting Explosives"); + this.setCreativeTab(AddToCreativeTab.tabMachines); } /** |