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

@ -39,7 +39,7 @@ public class SigilLava extends ItemBucket implements ArmourUpgrade, ISigil
{
super(Blocks.lava);
this.maxStackSize = 1;
setEnergyUsed(1000);
setEnergyUsed(AlchemicalWizardry.sigilLavaCost);
setCreativeTab(AlchemicalWizardry.tabBloodMagic);
}