.
This commit is contained in:
parent
adf6876144
commit
1393a24b6e
6 changed files with 7 additions and 0 deletions
|
@ -420,6 +420,7 @@ public class PacketHandler implements IPacketHandler
|
|||
TEOrientable tileEntityOrientable = (TEOrientable) tileEntity;
|
||||
tileEntityOrientable.setInputDirection(ForgeDirection.getOrientation(dat.readInt()));
|
||||
tileEntityOrientable.setOutputDirection(ForgeDirection.getOrientation(dat.readInt()));
|
||||
world.markBlockForRenderUpdate(x, y, z);
|
||||
}
|
||||
} else if (packet.channel.equals("TEPedestal"))
|
||||
{
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
package WayofTime.alchemicalWizardry.common.tileEntity;
|
||||
|
||||
public class TESpellBlock extends TEOrientable
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue