Small things

This commit is contained in:
Arcaratus 2015-06-14 10:33:01 -04:00
parent 41b42c9447
commit 5e2a620a3b
9 changed files with 144 additions and 45 deletions

View file

@ -3,6 +3,7 @@ package WayofTime.alchemicalWizardry.common.items.sigil;
import java.util.List;
import WayofTime.alchemicalWizardry.api.items.interfaces.ISigil;
import WayofTime.alchemicalWizardry.common.tileEntity.TESocket;
import net.minecraft.block.Block;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.entity.player.EntityPlayer;
@ -105,6 +106,10 @@ public class SigilWater extends ItemBucket implements ArmourUpgrade, ISigil
return false;
}
else if (tile instanceof TESocket)
{
return false;
}
{
if (side == 0)