# Modded Minecraft Wiki

> The Modded Minecraft Wiki (moddedmc.wiki) hosts documentation for Minecraft mods, modpacks, plugins, data packs, resource packs and shaders. Every project gets its own wiki with versioned, localized  documentation pages written by the project authors, plus reference pages for the in-game content  (items, blocks, recipes) the project adds. It is built and maintained by the Sinytra Project.

Every wiki page lives under `/{locale}/project/{project}/{version}/...`, where:

- `{locale}` is a language path prefix: `en` (English), `cs` (Čeština), `de` (Deutsch), `es` (Español), `fr` (Français), `hu` (Magyar), `it` (Italiano), `ja` (日本語), `ko` (한국어), `ms` (Bahasa Melayu), `ms_Ar` (بهاس ملايو), `pl` (Polski), `ru` (Русский), `sv` (Svenska), `tr` (Türkçe), `uk` (Українська), `zh_cn` (简体中文), `zh_tw` (繁體中文).
  Not every project is translated into every language; untranslated pages fall back to `en`.
- `{project}` is the project ID, as it appears in the URL of the project's page on the wiki.
- `{version}` is a documentation version. `latest` always resolves to the newest one; projects may
  additionally publish game-version-specific ones such as `1.21`.

Append `.md` to a documentation or content page URL to get its raw MDX source instead of the rendered
HTML page, and drop the suffix again to get back to the human-readable page:

- `/en/project/{project}/latest/docs.md` is the project's documentation homepage.
- `/en/project/{project}/latest/docs/{page/path}.md` is a single documentation page.
- `/en/project/{project}/latest/content/{id}.md` is a single game content page.

The returned MDX may open with a YAML frontmatter block and may use wiki-specific components such as `<Asset>`,
`<CraftingRecipe>`, `<ProjectRecipe>`, `<RecipeUsage>` and `<Callout>`.

Every project publishes its own llms.txt indexing all of its documentation pages at `/en/project/{project}/latest/llms.txt`.
Start there when answering a question about a specific project.

Wiki text content is licensed under CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0) unless a project states
otherwise. This is not an official Minecraft website and is not approved by or associated with Mojang or Microsoft.

## Finding a project

- [Browse projects](https://moddedmc.wiki/en/browse): Searchable index of every project hosted on the wiki. Accepts the query parameters `query` (free text), `types` (comma-separated, one of mod, modpack, datapack, resourcepack, plugin, shader), `sort` (relevance, creation_date, popularity, az, za) and `page`
- [Sitemap](https://moddedmc.wiki/sitemap.xml): Machine-readable list of every project on the wiki, with the languages it is available in
- [Homepage](https://moddedmc.wiki/en): Overview of the wiki and a list of currently popular projects

## Writing documentation

- [Author guide](https://docs.moddedmc.wiki/): Complete documentation for project authors: repository layout, frontmatter, versioning, localization, the custom MDX components and the deployment workflow
- [Project dashboard](https://moddedmc.wiki/dev): Where authors register and manage their projects. Requires signing in

## Optional

- [Blog](https://moddedmc.wiki/blog): Announcements and release notes for the wiki itself
- [Terms of Service](https://moddedmc.wiki/en/about/tos): Includes the copyright policy that applies to wiki content
- [Privacy Policy](https://moddedmc.wiki/en/about/privacy)
- [Security Policy](https://moddedmc.wiki/en/about/security): How to report a security vulnerability
- [Contact](https://moddedmc.wiki/en/about/help): How to get in touch with the wiki maintainers
- [Source code](https://github.com/Sinytra): The wiki is Free and Open Source software
- [Discord](https://discord.sinytra.org)
- [Status page](https://status.moddedmc.org)
