Fixed translations for items and blocks.

This commit is contained in:
Sebastian Hartte
2016-10-01 16:08:27 +02:00
parent 7cdbe431e5
commit 84ac312ba9
18 changed files with 1693 additions and 1684 deletions
@@ -98,22 +98,6 @@ public class BlockSkyStone extends AEBaseBlock
}
}
@Override
public String getUnlocalizedName( final ItemStack is )
{
switch( this.type )
{
case BLOCK:
return this.getUnlocalizedName() + ".Block";
case BRICK:
return this.getUnlocalizedName() + ".Brick";
case SMALL_BRICK:
return this.getUnlocalizedName() + ".SmallBrick";
default:
return this.getUnlocalizedName();
}
}
public enum SkystoneType
{
STONE, BLOCK, BRICK, SMALL_BRICK