Description
⚠️ Unofficial Addon Warning
This is an unofficial MineColonies addon. The MineColonies developers cannot provide support for issues related to this mod.
ChangeLog:
13/06/2026 Feature Implemented Display link Functionality to display all requests and promises On Create displays
08/06/2026
Bugs:
Potentially fixed bug where unable to break blocks over stone level (I am unable to replicate this issue myself on older versions)
06/06/2026
- Added compatibility for tool requests.
- Added ability to break block with Stone level tools.
Bugs:
- Fixed Request system looking up Warehouse requests (Will no longer try to for fill requests that are already supplied in the warehouse.)
- Fixed an issue where promises would not disappear.
I'm confident from my testing both on a creative save and on my personal multiplayer server that I have caught all the bugs. If not please let me know.
Create & Minecolonies
Create & Minecolonies is a NeoForge mod for Minecraft 1.21.1 that connects MineColonies supply requests to the Create logistics network.
The core block, Colony Warehouse Stock Link, reads open colony delivery requests and forwards them into a Create Stock Link network address. This lets your Create logistics system fulfill colony demand automatically.
Features
- Integrates MineColonies request data with Create logistics dispatch
- Uses Create logistics frequency tuning workflow
- Promise tracking based on Create RequestPromiseQueue
- Promise expiry controls in GUI (
/,30s,1mto30m) - Manual promise reset from the GUI
- Live promise count + tooltip updates while GUI is open
- Colony tooltip display in GUI
- Custom crafting recipe + reset recipe
Requirements
- Minecraft
1.21.1 - NeoForge
21.1.x - Create
6.0.x - MineColonies
- Structurize
Block Overview
Colony Warehouse Stock Link
Primary behavior:
- Polls MineColonies open building requests at a fixed interval.
- Aggregates item demand.
- Checks Create network stock availability.
- Broadcasts package requests to configured address.
- Tracks active promises to prevent over-sending.
Tuning and Network Linking
The stock link item uses Create-style logistics tuning behavior:
- Right-click a Create link-capable logistics block to tune frequency.
- Place or apply tuned item to the Colony Warehouse Stock Link.
- Tuned item metadata stores frequency used by link behavior.
GUI
The config GUI supports:
- Logistics address entry
- Promise expiry selector
- Promise summary icon with count
- Promise tooltip states for empty/active
- Left-click reset on promise slot
- Colony display tooltip
Promise Logic
Promises are created only when:
- The item is currently requested by MineColonies
- The Create network reports stock for the requested item
- Package request broadcast succeeds
Promises are removed when:
- Request no longer exists
- Promise expires (if expiry enabled)
- User manually clears promises



