diff --git a/items/tools/ToolNetworkTool.java b/items/tools/ToolNetworkTool.java index e88ea42a..88e123f2 100644 --- a/items/tools/ToolNetworkTool.java +++ b/items/tools/ToolNetworkTool.java @@ -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; }