Prevent crash in ItemBlockBOPLilypad.java
This commit is contained in:
wwrpg 2015-05-14 11:25:38 -07:00
parent bb0f45ac5b
commit 4b9836b9b6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class ItemBlockBOPLilypad extends ItemBlock
meta = 0;
}
return super.getUnlocalizedName() + "." + lily[itemStack.getItemDamage()];
return super.getUnlocalizedName() + "." + lily[meta];
}
@Override