← Creator SDK

SDK • GETTING STARTED

Your first
Ember mod.

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 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 Nexus to validate behavior across supported Minecraft environments.

THE CONTRACT

Your mod targets Ember. Ember Nexus 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.

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

Explore the API structure.

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

View API Reference