fix Engine translation/name not working
This commit is contained in:
parent
ac3db7f7bd
commit
5aed4d1261
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ public class ItemEngine extends ItemBlockBuildCraft {
|
|||
return i;
|
||||
}
|
||||
|
||||
@SuppressWarnings({ "all" })
|
||||
public String getItemNameIS(ItemStack itemstack) {
|
||||
@Override
|
||||
public String getUnlocalizedName(ItemStack itemstack) {
|
||||
if (itemstack.getItemDamage() == 0)
|
||||
return "tile.engineWood";
|
||||
else if (itemstack.getItemDamage() == 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue