.
This commit is contained in:
parent
adf6876144
commit
1393a24b6e
|
@ -420,6 +420,7 @@ public class PacketHandler implements IPacketHandler
|
||||||
TEOrientable tileEntityOrientable = (TEOrientable) tileEntity;
|
TEOrientable tileEntityOrientable = (TEOrientable) tileEntity;
|
||||||
tileEntityOrientable.setInputDirection(ForgeDirection.getOrientation(dat.readInt()));
|
tileEntityOrientable.setInputDirection(ForgeDirection.getOrientation(dat.readInt()));
|
||||||
tileEntityOrientable.setOutputDirection(ForgeDirection.getOrientation(dat.readInt()));
|
tileEntityOrientable.setOutputDirection(ForgeDirection.getOrientation(dat.readInt()));
|
||||||
|
world.markBlockForRenderUpdate(x, y, z);
|
||||||
}
|
}
|
||||||
} else if (packet.channel.equals("TEPedestal"))
|
} else if (packet.channel.equals("TEPedestal"))
|
||||||
{
|
{
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
package WayofTime.alchemicalWizardry.common.tileEntity;
|
||||||
|
|
||||||
|
public class TESpellBlock extends TEOrientable
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 311 B |
Binary file not shown.
After Width: | Height: | Size: 342 B |
Binary file not shown.
After Width: | Height: | Size: 314 B |
Binary file not shown.
After Width: | Height: | Size: 329 B |
Loading…
Reference in a new issue