Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
An addon for the Create mod, intended for players with intermediate to advanced knowledge in Create's railways, storage and package routing system, and automation. Focused on solutions for offline, scalable, remote logistics, allowing players to build off of existing mechanics in Create to expand their bases.
Designed with Create's balance and level of realism in mind - no tesseracts or teleporters required. No programming background required.
New Blocks
- Stock Manifest Compiler: Connects to a storage network, and creates (output slot) manifests when powered with redstone, and accepts (input slot) tickets to perform remote orders.
- Stock Manifest Reader: Accepts (input slot) manifests and creates (output slot) tickets for remote orders. Connects to a storage network, and shows contents of the most recently accepted manifest as if it were an inventory on a stock link.
- Station chunkloader: Loads chunks in a 3x3 area around itself, for 5 minutes, when a train arrives at the connected station. Multiple chunkloaders can be linked to a single station for more area.
New Items
- Stock Manifest: Holds inventory information.
- Item Request Ticket: Holds information about an item request.
Overview
Stock manifest compilers and readers are not of much use by themselves. Automating the production and delivery of the corresponding information items in order to establish a working long-range delivery system -- is an exercise for the reader.
Players will be familiar with Stock Links and Stock Tickers (left) from the Create mod. The most basic use of Compilers and Readers (right) is to create an asynchronous storage that works offline. You can then use train stations with station chunkloaders to either load storage areas temporarily, or load them when tickets and manifests are being delivered.
Limitations
- If a storage network's contents are too complex, the manifest compiler won't be able to list all of them. You can tell if a manifest is complete by looking at it in your inventory (
X stacks encoded / Y total stacks
). Current limit is at around 8000 different item types. - Orders made with tickets count as separate "orders" from the original request. They do not encode crafting recipes, and packages ordered by a compiler cannot be repackaged with the original order.
Securing your networks
- Use the compiler block's menu to control where tickets are allowed from. Select from 1 of 4 options: Any network, same origin (tickets are only valid if they came from the same manifest), same owner (tickets are only valid if they came from another locked network with the same owner), or same origin & same owner. This is especially important when allowing compilers to connect to a shared rail network in multiplayer.