Added Harvest Goddess Sigil, fixed Water and Lava sigils so they actually place their fluids (derp)

This commit is contained in:
WayofTime 2014-11-18 15:29:31 -05:00
parent ad3289d080
commit b3199cfb19
10 changed files with 226 additions and 5 deletions

View file

@ -157,7 +157,7 @@ public class WaterSigil extends ItemBucket implements ArmourUpgrade
return par1ItemStack;
}
if(this.canPlaceContainedLiquid(par2World, d0, d1, d2, i, j, k) && !EnergyItems.syphonBatteries(par1ItemStack, par3EntityPlayer, getEnergyUsed()))
if(this.canPlaceContainedLiquid(par2World, d0, d1, d2, i, j, k) && EnergyItems.syphonBatteries(par1ItemStack, par3EntityPlayer, getEnergyUsed()))
{
this.tryPlaceContainedLiquid(par2World, d0, d1, d2, i, j, k);
}