← Creator SDK

SDK • GETTING STARTED

Your first
Ember mod.

A future-proof creator workflow starts with one target: the Ember API. The runtime handles the Minecraft-specific details underneath.

SDK EARLY DEVELOPMENT

THE WORKFLOW

Four steps from idea to mod.

01

Install Ember

Get the Ember runtime and launcher when the public build is available.

02

Create a project

Start from an Ember mod template and target the stable Creator SDK.

03

Build against Ember

Use Ember APIs for Minecraft features instead of binding directly to changing internals.

04

Test across versions

Use Ember's compatibility layer to validate behavior across supported environments.

THE CONTRACT

Your mod targets Ember. Ember targets Minecraft.

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

Explore the API structure.

The API reference will grow alongside the runtime and native mapping work.

View API Reference