From a4d1dde84d4aa78783d36a7348a436ea96c3166b Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Mon, 22 Oct 2018 16:03:53 +0100 Subject: + Added a Machine that easily allows reconfiguring integrated circuits. % Adjusted tooltip of the MK IV Fusion reactor to reflect new tier casing requirements. --- src/Java/gtPlusPlus/core/block/general/MiningExplosives.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/core/block/general') 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); } /** -- cgit