Merge upstream

This commit is contained in:
skyboy
2013-11-06 18:19:31 -05:00
4 changed files with 16 additions and 6 deletions

View File

@@ -30,6 +30,6 @@ public class ItemBlockDimWall extends ItemBlock
@Override
public String getUnlocalizedName(ItemStack par1ItemStack)
{
return subNames[par1ItemStack.getItemDamage()];
return subNames[(par1ItemStack.getItemDamage())];
}
}