Added Harvest Goddess Sigil, fixed Water and Lava sigils so they actually place their fluids (derp)
This commit is contained in:
parent
ad3289d080
commit
b3199cfb19
10 changed files with 226 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue