Added Runic Shielding upgrade to the Living Armour.
This commit is contained in:
parent
460df89e10
commit
95354ad557
8 changed files with 225 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue