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

@ -31,7 +31,7 @@ public class SigilPackRat extends EnergyItems implements IHolding, ArmourUpgrade
{
super();
this.maxStackSize = 1;
setEnergyUsed(200);
setEnergyUsed(AlchemicalWizardry.sigilCompressCost);
setCreativeTab(AlchemicalWizardry.tabBloodMagic);
}