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);
|
||||
setHardness(2f);
|
||||
setUnlocalizedName("techreborn.distributor");
|
||||
setCreativeTab(TechRebornCreativeTab.instance);
|
||||
}
|
||||
|
||||
public static ItemStack getReleaseStack(){
|
||||
|
|
Loading…
Reference in a new issue