aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/block/general
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/core/block/general')
-rw-r--r--src/Java/gtPlusPlus/core/block/general/MiningExplosives.java3
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);
}
/**