Remove Distributor from creative tab
This commit is contained in:
parent
b1215b62fe
commit
55c7f68d75
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ public class BlockDistributor extends Block {
|
||||||
super(Material.IRON);
|
super(Material.IRON);
|
||||||
setHardness(2f);
|
setHardness(2f);
|
||||||
setUnlocalizedName("techreborn.distributor");
|
setUnlocalizedName("techreborn.distributor");
|
||||||
setCreativeTab(TechRebornCreativeTab.instance);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static ItemStack getReleaseStack(){
|
public static ItemStack getReleaseStack(){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue