Network tool can no longer rotate things to impossible angles.

This commit is contained in:
AlgorithmX2 2014-07-28 20:53:04 -05:00
parent f7e62fa7d3
commit de408931af

View file

@ -118,6 +118,7 @@ public class ToolNetworkTool extends AEBaseItem implements IGuiItem, IAEWrench,
{
if ( b.rotateBlock( w, x, y, z, ForgeDirection.getOrientation( side ) ) )
{
b.onNeighborBlockChange( w, x, y, z, Platform.air );
p.swingItem();
return !w.isRemote;
}