-
Notifications
You must be signed in to change notification settings - Fork 0
Ecosystem Addons
DarkBladeDev edited this page May 10, 2026
·
1 revision
MultiBlockEngine is designed as a platform. While the core handles structure detection and basic logic, the actual gameplay features are provided by Ecosystem Addons.
The foundation for all connected systems. It provides the graph-based topology system used for energy, liquids, and data.
- Features: Cables, network merging/splitting, port management.
A power management layer for multiblocks.
- Features: Producers, Consumers, Energy Storage, real-time power distribution.
Autonomous world-crafting simulation.
- Features: Chunk-based scanners, condition-based recipes (e.g., temperature, nearby blocks), autonomous processing.
🖥️ mbe-ui
A dynamic, reflection-safe UI system.
- Features: YAML-defined panels, dynamic placeholders, async rendering.
Visual guidance for construction.
-
Features:
BlockDisplayghost previews, real-time build validation.
Addons are standard .jar files. To install them:
- Drop the addon JAR into
plugins/MultiBlockEngine/addons/. - Restart the server.
- Check
/mbe debug servicesto ensure they are loaded correctly.
Want to build your own system for MBE? Check out the Addon Development guide!