Skip to content

These docs were made completely by AI, so they might be right, or wrong, you'll need to test them yourself. This was made for a easier understanding of everything. So use at your own risk. If anything is wrong, please don't hurt to make a PR on the page you have a problem with. ON GITHUB

LCE Documentation

Community-driven docs for the Minecraft LCE C++ codebase, built from 40 systematic analysis passes. the slop docs basically, so if you need anything changed, go to the github.

Architecture

Learn how the two-module setup works: Minecraft.World handles game logic while Minecraft.Client takes care of rendering, UI, and platform code.

Blocks, Items & Entities

Full documentation of every tile (block), item, and entity class, including how they get registered.

Modding Guide

Step-by-step guides for adding blocks, items, entities, dimensions, structures, enchantments, potions, custom AI, recipes, textures, sounds, particles, and way more.

Platform Code

Docs covering all platform targets: Xbox 360, Xbox One, PS3, PS4, PS Vita, and Windows 64.