Skip to content

Ecosystem Addons

DarkBladeDev edited this page May 10, 2026 · 1 revision

🔌 Ecosystem Addons

MultiBlockEngine is designed as a platform. While the core handles structure detection and basic logic, the actual gameplay features are provided by Ecosystem Addons.

📦 Official 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.

🛠️ mbe-crafting

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: BlockDisplay ghost previews, real-time build validation.

➕ Installing Addons

Addons are standard .jar files. To install them:

  1. Drop the addon JAR into plugins/MultiBlockEngine/addons/.
  2. Restart the server.
  3. Check /mbe debug services to ensure they are loaded correctly.

🏗️ Developing Addons

Want to build your own system for MBE? Check out the Addon Development guide!

Clone this wiki locally