All the items !sigils

This commit is contained in:
Arcaratus 2015-07-30 17:24:20 -04:00
parent d88cc2d79e
commit a2c4f4b965
129 changed files with 587 additions and 1134 deletions

View file

@ -19,12 +19,12 @@ public class ItemStabilityGlyphBlock extends ItemBlock
switch (itemstack.getItemDamage())
{
case 0:
name = "stability1";
break;
case 0:
name = "stability1";
break;
default:
name = "broken";
default:
name = "broken";
}
return getUnlocalizedName() + "." + name;