.
This commit is contained in:
parent
adf6876144
commit
1393a24b6e
BM_src/WayofTime/alchemicalWizardry/common
resources/assets/alchemicalwizardry/textures/blocks
|
@ -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
|
||||
{
|
||||
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 311 B |
Binary file not shown.
After ![]() (image error) Size: 342 B |
Binary file not shown.
After ![]() (image error) Size: 314 B |
Binary file not shown.
After ![]() (image error) Size: 329 B |
Loading…
Reference in a new issue