Added creative tab
This commit is contained in:
@@ -32,7 +32,7 @@ public class BlockLimbo extends Block
|
||||
{
|
||||
super(i, Material.ground);
|
||||
setTickRandomly(false);
|
||||
this.setCreativeTab(CreativeTabs.tabBlock);
|
||||
this.setCreativeTab(mod_pocketDim.dimDoorsCreativeTab);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ public class ExitDoor extends dimDoor
|
||||
{
|
||||
|
||||
super(par1, Material.wood);
|
||||
// this.blockIndexInTexture = 19;
|
||||
|
||||
|
||||
// TODO Auto-generated constructor stub
|
||||
|
||||
@@ -21,7 +21,7 @@ public class dimHatch extends BlockTrapDoor
|
||||
public dimHatch(int par1,int par2, Material par2Material)
|
||||
{
|
||||
super(par1, Material.iron);
|
||||
this.setCreativeTab(CreativeTabs.tabTransport);
|
||||
this.setCreativeTab(mod_pocketDim.dimDoorsCreativeTab);
|
||||
// this.setTextureFile("/PocketBlockTextures.png");
|
||||
// this.blockIndexInTexture = 16;
|
||||
}
|
||||
|
||||
@@ -23,8 +23,10 @@ public class linkDimDoor extends dimDoor
|
||||
{
|
||||
private Icon blockIconBottom;
|
||||
public linkDimDoor(int par1, Material material) {
|
||||
|
||||
super(par1, material);
|
||||
// TODO Auto-generated constructor stub
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ public class linkExitDoor extends ExitDoor
|
||||
|
||||
super(par1, Material.wood);
|
||||
//this.blockIndexInTexture = 20;
|
||||
|
||||
|
||||
|
||||
// TODO Auto-generated constructor stub
|
||||
|
||||
Reference in New Issue
Block a user