Added Runic Shielding upgrade to the Living Armour.

This commit is contained in:
WayofTime 2016-02-11 17:53:20 -05:00
parent 460df89e10
commit 95354ad557
8 changed files with 225 additions and 9 deletions

View file

@ -73,4 +73,9 @@ public abstract class LivingArmourUpgrade
public abstract void writeToNBT(NBTTagCompound tag);
public abstract void readFromNBT(NBTTagCompound tag);
public int getRunicShielding()
{
return 0;
}
}