> For the complete documentation index, see [llms.txt](https://turou.gitbook.io/arch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://turou.gitbook.io/arch/good-bye/thank.md).

# 鸣谢

{% embed url="<https://github.com/architectury>" %}
Architectury Team
{% endembed %}

{% embed url="<https://github.com/architectury/architectury-plugin>" %}
Architectury Plugin
{% endembed %}

{% embed url="<https://github.com/architectury/architectury-api>" %}
Architectury API
{% endembed %}

{% embed url="<https://github.com/architectury/architectury-templates>" %}
Architectury Templates
{% endembed %}

{% embed url="<https://github.com/architectury/architectury-loom>" %}
Architectury Loom
{% endembed %}

{% embed url="<https://www.mcbbs.net/thread-964580-1-1.html>" %}
Leader Fabric Tutorials 提供部分Fabric开发规范
{% endembed %}

{% embed url="<https://neutrino.v2mcdev.com/introducation/intro.html>" %}
Neutrino Forge Tutorials 提供部分Forge开发思路
{% endembed %}

{% embed url="<https://harbinger.covertdragon.team>" %}
Harbinger 提供部分文章组织格式和语言指导
{% endembed %}

{% embed url="<https://github.com/shedaniel/LightOverlay/blob/1.18/common/src/main/java/me/shedaniel/lightoverlay/common/LightOverlayRenderer.java>" %}
LightOverlay 提供部分代码展示
{% endembed %}


---

# 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://turou.gitbook.io/arch/good-bye/thank.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.
