---
title: "bedrock.dev"
source: https://bedrock.dev/
---

# bedrock.dev

Minecraft Bedrock Documentation. An unofficial, community-maintained mirror of the add-on documentation Mojang ships with Minecraft: Bedrock Edition, browsable by game version. Documentation is available for every release back to 1.2.

## When to use this

Covers Minecraft: Bedrock Edition add-on development: behavior and resource pack
JSON, entity, block and item components and events, Molang, particles, animations,
UI, scripting and schemas. Use it to look up what a field accepts, whether something
is in the stable release or only in preview, and what changed between game versions.

How to fetch it:

- Append `.md` to any `/docs/stable/` or `/docs/beta/` URL, or send `Accept: text/markdown`
- `/static/docs.json` is the full version and file manifest
- Versioned `/docs/<major>/<minor>/` pages are HTML only and have no `.md` twin
- `/packs.md` lists Mojang's default template packs per version
- Some pages are large (Addons, Entities); fetch them in chunks
- Search the docs over MCP to find the right page first, see below

## Search

The documentation search index is available over MCP at `https://QLWYANMOJF.algolia.net/mcp/1/RZ-zM1VTRZWEmIO3cJUdmw/mcp`
(streamable HTTP, no authentication, read-only, scoped to this site).

The `algolia_search_index_bedrock` tool takes a `queries` array of up to five variations, each
with a `query` and optional `facet_lang` (`en`) and `facet_type` (`lvl1`-`lvl5`,
`content`) filters. It also requires `originalQuery`, `sessionId` and `userIntent`.
Every hit carries the page `url` and its `anchor`.

Prefer it over fetching pages speculatively: resolve a symbol to its page and anchor,
then read that page. Searching `minecraft:explode` returns
`/docs/stable/Entities#minecraft:explode`, so fetch `/docs/stable/Entities.md` and go
to that anchor rather than downloading every entity page to find one component.

Heading records pinpoint a symbol but have a null `content`; records with
`type: content` carry surrounding prose. Most of this documentation is tables and
schemas, so treat search as a way to locate a page, and the `.md` page as the source.

## URL scheme

- `/docs/stable/<file>` - current stable release (1.26.40.5)
- `/docs/beta/<file>` - current preview release (1.26.50.26)
- `/docs/<major>/<minor>/<file>` - a specific version, e.g. `/docs/1.26.0.0/1.26.40.5/Entities`
- `/r/<file>` and `/b/<file>` - shortcuts for stable and beta

## Stable (1.26.40.5)

- [Addons](https://bedrock.dev/docs/stable/Addons.md)
- [Animations](https://bedrock.dev/docs/stable/Animations.md)
- [Atmospherics](https://bedrock.dev/docs/stable/Atmospherics.md)
- [Biomes](https://bedrock.dev/docs/stable/Biomes.md)
- [Blocks](https://bedrock.dev/docs/stable/Blocks.md)
- [Client Biomes](https://bedrock.dev/docs/stable/Client%20Biomes.md)
- [Color Grading and Tonemapping](https://bedrock.dev/docs/stable/Color%20Grading%20and%20Tonemapping.md)
- [Entities](https://bedrock.dev/docs/stable/Entities.md)
- [Entity Events](https://bedrock.dev/docs/stable/Entity%20Events.md)
- [Entity Timeline Events](https://bedrock.dev/docs/stable/Entity%20Timeline%20Events.md)
- [Features](https://bedrock.dev/docs/stable/Features.md)
- [Fogs](https://bedrock.dev/docs/stable/Fogs.md)
- [Item](https://bedrock.dev/docs/stable/Item.md)
- [Lighting](https://bedrock.dev/docs/stable/Lighting.md)
- [Molang](https://bedrock.dev/docs/stable/Molang.md)
- [Particles](https://bedrock.dev/docs/stable/Particles.md)
- [Recipes](https://bedrock.dev/docs/stable/Recipes.md)
- [Schemas](https://bedrock.dev/docs/stable/Schemas.md)
- [Texture Sets](https://bedrock.dev/docs/stable/Texture%20Sets.md)
- [Water](https://bedrock.dev/docs/stable/Water.md)

## Beta (1.26.50.26)

- [Addons](https://bedrock.dev/docs/beta/Addons.md)
- [Animations](https://bedrock.dev/docs/beta/Animations.md)
- [Atmospherics](https://bedrock.dev/docs/beta/Atmospherics.md)
- [Biomes](https://bedrock.dev/docs/beta/Biomes.md)
- [Blocks](https://bedrock.dev/docs/beta/Blocks.md)
- [Client Biomes](https://bedrock.dev/docs/beta/Client%20Biomes.md)
- [Color Grading and Tonemapping](https://bedrock.dev/docs/beta/Color%20Grading%20and%20Tonemapping.md)
- [Entities](https://bedrock.dev/docs/beta/Entities.md)
- [Entity Events](https://bedrock.dev/docs/beta/Entity%20Events.md)
- [Entity Timeline Events](https://bedrock.dev/docs/beta/Entity%20Timeline%20Events.md)
- [Features](https://bedrock.dev/docs/beta/Features.md)
- [Fogs](https://bedrock.dev/docs/beta/Fogs.md)
- [Item](https://bedrock.dev/docs/beta/Item.md)
- [Lighting](https://bedrock.dev/docs/beta/Lighting.md)
- [Molang](https://bedrock.dev/docs/beta/Molang.md)
- [Particles](https://bedrock.dev/docs/beta/Particles.md)
- [Recipes](https://bedrock.dev/docs/beta/Recipes.md)
- [Schemas](https://bedrock.dev/docs/beta/Schemas.md)
- [Texture Sets](https://bedrock.dev/docs/beta/Texture%20Sets.md)
- [Water](https://bedrock.dev/docs/beta/Water.md)

## Other

- [Template packs archive](https://bedrock.dev/packs.md)
- [Version and file manifest](https://bedrock.dev/static/docs.json): HTML only, no `.md` twins
- [Full index for agents](https://bedrock.dev/llms.txt)
