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

# 首页

当我们把目光伸向高版本的时，发现我们的魔改工具变的更多起来。先是原版自带的数据包，再是新起之秀 kubejs。老牌的 CraftTweaker 也不甘示弱，也进行了对高版本的进一步更新。然而和 1.13 原版、Forge 的极大改动一样，CraftTweaker 也进行了重写。最基本的合成添加：`recipes.addShaped` 也变成了 `craftingTable.addShaped` 。鉴于此，一份重写的教程也要出现。

一份很重要的事，1.15+ 的 CrT 支持热重载，使用 `/reload` 指令即可。

本篇教程使用的 MC 版本为 1.16.5，CrT 版本将会尽可能保持使用最新版本，请及时更新。


---

# 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, and the optional `goal` query parameter:

```
GET https://youyi580.gitbook.io/cog/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
