No description
Find a file
2022-09-14 16:42:39 -04:00
.gitattributes Initial commit 2022-09-13 17:11:26 -04:00
README.md Update README.md 2022-09-14 16:42:39 -04:00

Introduction

Networks is an addon for Slimefun that aims to be a complete replacement for the slow and laggy Cargo system. This Tutorial will teach you how to use Networks, convert your existing Cargo system to Networks, some tips, and some advanced concepts.

Table of Contents

Notes

Resource Packs used in this tutorial:

Blocks

Block header image

Network Controller

The Network Controller does simply that, control your network! It is the core of your entire network, and you only need one per network. All other blocks will connect to this block.

Network Bridge

The Network Bridge is an extremely simple block that's used to connect your network components to your Network Controller.

Network Monitor

The Network Monitor "monitors" certain storage blocks connected to it. It will allow your network to view and interact with the contents of the storage blocks.

Network Pusher

The Network Pusher will "push" items from the network into the block it's connected to.

Network Grabber

The Network Grabber will "grab" items from the block it's connected to and put them into the network.

Network Importer

The Network Importer is a small storage container (9 slots) that will put items inside it into the network. This is very useful while you're transitioning from Cargo to Networks, as Cargo can interact with it.

Network Exporter

The Network Exporter will make a single item type from your network available to the block it's connected to. This block can also interact with Cargo.

Network Vanilla Pusher

The Network Vanilla Pusher will push items from the network into a vanilla storage block (Chest, Barrel, etc.) that it's connected to. This block is very useful for Chest Shops

Network Vanilla Grabber

The Network Vanilla Grabber will grab items from a vanilla storage block (Chest, Barrel, etc.) that it's connected to and put them into the network. This block is very useful for Chest Shops

Network Grid

@TODO

Network Crafting Grid

@TODO

Quantum Storage Units

Quantum Storage Units are a storage block that stores a single type of item. They can be used to store items for your network, and need to be connected to a Network Monitor to allow your network to interact with them.

Each Quantum Storage Unit is a different size, and you can use it's color to tell them apart. The colors are as follows:

  • White - Stores 4,096 items
  • Light Gray - Stores 32,768 items
  • Gray - Stores 262,144 items
  • Brown - Stores 2,097,152 items
  • Black - Stores 16,777,216 items
  • Purple - Stores 134,217,728 items
  • Magenta - Stores 1,073,741,824 items
  • Red - Stores infinite items... almost. (2,147,483,647)


Tools

Network Configurator

The Network Configurator will be the most useful tool you'll use while using Networks. Crouch right click on a Node to copy it's settings, then right click on another Node to paste the settings.

Network Probe

The Network Probe will show you the size of your Network, and the amount of items in it. This is very important to have, as it will tell you if your network is over the node limit. Right click on your Network Controller to use it. It's recommended to keep it in your Hub.

Network Rakes

Network Rakes are simple tools that allow you to break Nodes instantly. There are three different types of Rakes, each with different durability.

  • Network Rake (1) - 250 uses
  • Network Rake (2) - 1000 uses
  • Network Rake (3) - 9999 uses

Switching from Cargo


Switching from Cargo to Networks is a pretty easy process, however there are some difficulties that you may encounter. This guide will teach you how to convert your existing Cargo system to Networks, and some tips to make the process easier.

Warning

If your network is larger than 2000 nodes, you need to subnetwork. Use the Subnetworking Guide below. It is highly recommended to do subnetworking anyway as it will allow you to expand your network if your network goes above the 2000 node limit.

Single Network

This guide is to build a single network (under 2000 nodes). This network will be more difficult to expand, but it will be easier to build at the start.

Step 1: Build your Network Hub


Your Network Hub is the main place that you will be interacting with your network. Include workbenches and other utilities that you use often nearby to speed up crafting, close to your Network Controller. Also, keep a chest nearby to store your network tools, like a Network Probe, Network Configurator, and Network Rake.



Step 2: Connect your machines



Use Network Bridges to conect groups of machines to your Network Hub. Keep in mind that each Network Bridge counts as a node, so don't make your connections too long or complex.

Step 3: Connect your storage



Subnetworking