Added infrastructure and rendering for the Soul Arrow.
This commit is contained in:
parent
22a0e2b8a9
commit
1d6edae50e
11 changed files with 300 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue