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. The runtime handles 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's compatibility layer to validate behavior across supported 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.
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 and native mapping work.
View API Reference