parent
bb0f45ac5b
commit
4b9836b9b6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class ItemBlockBOPLilypad extends ItemBlock
|
|||
meta = 0;
|
||||
}
|
||||
|
||||
return super.getUnlocalizedName() + "." + lily[itemStack.getItemDamage()];
|
||||
return super.getUnlocalizedName() + "." + lily[meta];
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue