Install Ember
Get the Ember runtime and launcher when the public build is available.
SDK • GETTING STARTED
A future-proof creator workflow starts with one target: the Ember API. Ember Nexus and the runtime handle the Minecraft-specific details underneath.
SDK EARLY DEVELOPMENTTHE WORKFLOW
Get the Ember runtime and launcher when the public build is available.
Start from an Ember mod template and target the stable Creator SDK.
Use Ember APIs for Minecraft features instead of binding directly to changing internals.
Use Ember Nexus to validate behavior across supported Minecraft environments.
THE CONTRACT
This separation is the core of Mod Version Independence. Creators should not need to rewrite their projects every time Minecraft moves an internal function.
Ember Nexus provides the compatibility technology between the stable Ember API and supported Minecraft implementations.
As the API expands, the documentation here will become the canonical guide for creating Ember mods.
NEXT
The API reference will grow alongside the runtime, Ember Nexus, and native mapping work.
View API Reference