From 764c0043d26c0c9b3adb45acecbfb797f0d0dbca Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Sat, 1 Feb 2014 16:25:50 -0600 Subject: [PATCH] Network tools no longer stack. --- items/tools/ToolNetworkTool.java | 1 + 1 file changed, 1 insertion(+) diff --git a/items/tools/ToolNetworkTool.java b/items/tools/ToolNetworkTool.java index e3f5d5f9..aff4752f 100644 --- a/items/tools/ToolNetworkTool.java +++ b/items/tools/ToolNetworkTool.java @@ -28,6 +28,7 @@ public class ToolNetworkTool extends AEBaseItem implements IGuiItem, IAEWrench, public ToolNetworkTool() { super( ToolNetworkTool.class, null ); setfeature( EnumSet.of( AEFeature.NetworkTool ) ); + setMaxStackSize( 1 ); } @Override