Added infrastructure and rendering for the Soul Arrow.

This commit is contained in:
WayofTime 2016-01-08 22:20:31 -05:00
parent 22a0e2b8a9
commit 1d6edae50e
11 changed files with 300 additions and 0 deletions

View file

@ -98,6 +98,7 @@ public class ItemSoulGem extends Item implements ISoulGem
return tag.getDouble(Constants.NBT.SOULS);
}
@Override
public void setSouls(ItemStack soulGemStack, double souls)
{
NBTHelper.checkNBT(soulGemStack);