1.6.4 basic fixes
This commit is contained in:
@@ -28,6 +28,6 @@ public class ItemBlockDimWall extends ItemBlock
|
||||
|
||||
public String getUnlocalizedName(ItemStack par1ItemStack)
|
||||
{
|
||||
return subNames[getItemDamageFromStack(par1ItemStack)];
|
||||
return subNames[this.getDamage(par1ItemStack)];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user