Prevent gates with damage value 0 from being shown in creative inventory twice
This commit is contained in:
parent
6ba900d5e3
commit
f2a9fc5d12
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ public class ItemGate extends ItemBuildCraft {
|
|||
@Override
|
||||
@SideOnly(Side.CLIENT)
|
||||
public void getSubItems(int par1, CreativeTabs par2CreativeTabs, List itemList) {
|
||||
super.getSubItems(par1, par2CreativeTabs, itemList);
|
||||
itemList.add(new ItemStack(this, 1, 0));
|
||||
itemList.add(new ItemStack(this, 1, 1));
|
||||
itemList.add(new ItemStack(this, 1, 2));
|
||||
|
|
Loading…
Reference in a new issue