# 首页

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

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

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


---

# Agent Instructions: 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://youyi580.gitbook.io/cog/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.
