Fixed the ancient staff subtype listing

I'm only doing this because it's a one-off, one-line fix for Hephinator. Don't get any ideas those of you who think i have time for revisiting 1.6.
This commit is contained in:
Adubbz 2014-06-03 20:13:16 +10:00
parent ea25247350
commit a2af8500d6
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ public class ItemBOPAncientStaff extends Item
public ItemBOPAncientStaff(int par1)
{
super(par1);
this.setHasSubtypes(true);
maxStackSize = 1;
setCreativeTab(BiomesOPlenty.tabBiomesOPlenty);
}