> For the complete documentation index, see [llms.txt](https://minecraft-yuan-ma-yue-du-ji-hua.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minecraft-yuan-ma-yue-du-ji-hua.gitbook.io/main/readme.md).

# Minecraft-source-code-reading-plan

Minecraft源码阅读计划\
本计划旨在阅读Minecraft的所有源码，并理清每一条语句。游戏版本1.7.10。本人能力有限，因此更新速度慢。本工程旨在帮助大家更好的理解minecraft forge的底层原理，同时也是本人的阅读笔记。想要以百科全书的形式呈现，致力于内容准确全面。

## 声明

本仓库不包含任何Minecraft源码！


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://minecraft-yuan-ma-yue-du-ji-hua.gitbook.io/main/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
