1.0.2 push
This commit is contained in:
parent
6e4de4f6e9
commit
4070e560d1
17 changed files with 701 additions and 36 deletions
|
@ -344,6 +344,10 @@ public class SigilOfHolding extends EnergyItems
|
|||
allowedSigils.add(new Integer(ModItems.growthSigil.itemID));
|
||||
allowedSigils.add(new Integer(ModItems.sigilOfHaste.itemID));
|
||||
allowedSigils.add(new Integer(ModItems.sigilOfWind.itemID));
|
||||
allowedSigils.add(new Integer(ModItems.sigilOfTheBridge.itemID));
|
||||
allowedSigils.add(new Integer(ModItems.sigilOfMagnetism.itemID));
|
||||
allowedSigils.add(new Integer(ModItems.itemSigilOfSupression.itemID));
|
||||
allowedSigils.add(new Integer(ModItems.itemBloodLightSigil.itemID));
|
||||
}
|
||||
|
||||
public ItemStack getCurrentItem(ItemStack sigilItemStack)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue