Small things
This commit is contained in:
parent
41b42c9447
commit
5e2a620a3b
9 changed files with 144 additions and 45 deletions
|
@ -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;
|
||||
|
@ -104,6 +105,10 @@ public class SigilLava extends ItemBucket implements ArmourUpgrade, ISigil
|
|||
|
||||
return false;
|
||||
}
|
||||
else if (tile instanceof TESocket)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
{
|
||||
if (side == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue