Added the utmost LP configs

This commit is contained in:
Arcaratus 2015-10-10 14:00:38 -04:00
parent 0f7e2ba813
commit a5eefd8bec
77 changed files with 1905 additions and 92 deletions

View file

@ -29,7 +29,7 @@ public class SigilVoid extends ItemBucket implements ArmourUpgrade, ISigil
{
super(null);
this.maxStackSize = 1;
setEnergyUsed(50);
setEnergyUsed(AlchemicalWizardry.sigilVoidCost);
isFull = 0;
setCreativeTab(AlchemicalWizardry.tabBloodMagic);
}