Merge pull request #477 from wwrpg/patch-5

Fixes #453
This commit is contained in:
Adubbz 2015-05-15 05:57:14 +10:00
commit f9335e9a47
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