MCPcopy Create free account
hub / github.com/Sefiraat/Networks

github.com/Sefiraat/Networks

Chat with this repo
repository ↗ · DeepWiki ↗ · release Beta1 ↗ · + Follow · compare 2 versions
199 symbols 479 edges 33 files 8 documented · 4% updated 2d ago1.0.3-SNAPSHOT · 2022-01-15★ 4443 open issues

Browse by type

Functions 164 Types & classes 35
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Networks is a Slimefun4 addon that brings a simple yet powerful item storage and movement network that works along side cargo.

Network Grid / Crafting Grid

It can access every single item in the network and display it to you on a single GUI, you can pull out items one by one or by stack. Items can be inserted directly through this grid and a special crafting grid can craft both vanilla AND slimefun items using ingredients directly from the network.

Network Bridge

The Network Bridge just acts as a block to help extend the network out cheaply

Network Cells

The addon adds Network Cells that are access able and posess the same numebr of lsots as a double chest. Items can be withdrawn directly from the cells or accessed via Grids

Network Monitor

The Network Monitor can 'see' nearby slimefun blocks and both display and interact with their contents. Currently Supported: Infinity Barrels

Network Importer

The Network Importer is a 9-slot inventory that accepts items IN via cargo. Every slimefun tick, these items are consumed into the network following the normal priorities.

Network Exporter

The Network Exported accepts an item "template" in one side and every tick it will pull out matching items into the output slot, this slot can be accessed via cargo.

Core symbols most depended-on inside this repo

Shape

Method 164
Class 30
Enum 5

Languages

Java100%

Modules by API surface

src/main/java/io/github/sefiraat/networks/slimefun/network/NetworkCraftingGrid.java19 symbols
src/main/java/io/github/sefiraat/networks/network/NetworkNode.java19 symbols
src/main/java/io/github/sefiraat/networks/slimefun/network/NetworkGrid.java14 symbols
src/main/java/io/github/sefiraat/networks/Networks.java14 symbols
src/main/java/io/github/sefiraat/networks/network/NetworkRoot.java13 symbols
src/main/java/io/github/sefiraat/networks/slimefun/network/NetworkExport.java11 symbols
src/main/java/io/github/sefiraat/networks/slimefun/network/NetworkImport.java10 symbols
src/main/java/io/github/sefiraat/networks/slimefun/network/GridCache.java9 symbols
src/main/java/io/github/sefiraat/networks/network/BarrelIdentity.java9 symbols
src/main/java/io/github/sefiraat/networks/utils/Theme.java7 symbols
src/main/java/io/github/sefiraat/networks/slimefun/network/NetworkObject.java7 symbols
src/main/java/io/github/sefiraat/networks/managers/ConfigManager.java7 symbols

Dependencies from manifests, versioned

com.google.code.findbugs:annotations3.0.1u2 · 1×
de.jeff_media:MorePersistentDataTypes1.0.0 · 1×
io.github.mooy1:InfinityExpansion9a0c8dd · 1×
org.bstats:bstats-bukkit2.2.1 · 1×
org.spigotmc:spigot-api1.17.1-R0.1-SNAPSHOT · 1×

For agents

$ claude mcp add Networks \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page