This commit is contained in:
WayofTime 2014-01-24 10:28:03 -05:00
parent adf6876144
commit 1393a24b6e
6 changed files with 7 additions and 0 deletions
BM_src/WayofTime/alchemicalWizardry/common
resources/assets/alchemicalwizardry/textures/blocks

View file

@ -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"))
{

View file

@ -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