Network tools no longer stack.

This commit is contained in:
AlgorithmX2 2014-02-01 16:25:50 -06:00
parent 58d9939503
commit 764c0043d2

View file

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