Network tool can no longer rotate things to impossible angles.
This commit is contained in:
parent
f7e62fa7d3
commit
de408931af
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue