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

@ -12,6 +12,7 @@ public class ItemSpellEffectBlock extends ItemBlock
setHasSubtypes(true);
}
@Override
public String getUnlocalizedName(ItemStack itemstack)
{
String name;
@ -19,16 +20,12 @@ public class ItemSpellEffectBlock extends ItemBlock
switch (itemstack.getItemDamage())
{
case 0:
{
name = "fire";
break;
}
case 1:
{
name = "ice";
break;
}
case 2:
name = "wind";
@ -45,6 +42,7 @@ public class ItemSpellEffectBlock extends ItemBlock
return getUnlocalizedName() + "." + name;
}
@Override
public int getMetadata(int par1)
{