# 首页

本文档并不适合新人学习使用CraftTweaker(后简称CrT)，创作的目的就是想打破大众对于CrT的浅显认知，除简单合成表的「填空」外，当以编程的角度思维去看待CrT，一些你先前认为必须创作新Mod才能实现的功能，也许也能通过CrT实现，诚然，这需要一些想法。

本文档内容会紧跟 CrT 1.12.2 的最新版本。

除此之外，[**ZenUtils**](https://www.curseforge.com/minecraft/mc-mods/zenutil) 和 [**CraftTweaker Integration**](https://www.curseforge.com/minecraft/mc-mods/crafttweaker-integration) 以及 [**CraftTweaker Utils**](https://www.curseforge.com/minecraft/mc-mods/crafttweaker-utils) 这三个CrT的附属模组在本篇文档也会经常出现，请确保你的开发环境中也有这些模组。

如果你对CrT甚至没有一个**入门的了解**或是**只有表层的认知**，请**务必**先阅读下面这篇教程：

> [**https://youyi580.gitbook.io/zentutorial/**](https://youyi580.gitbook.io/zentutorial/)

当然如果你还没有一个**优秀的开发环境**，也请**务必**先阅读下面这篇教程：

> [**https://github.com/GBLodb/GBLodb/blob/master/personalModpackDevExperience.md**](https://github.com/GBLodb/GBLodb/blob/master/personalModpackDevExperience.md)

当然，本文档纵然不可能赘述CrT全部的功能，更多细致的内容还得去详见 [官方WIK](https://docs.blamejared.com/1.12/en/)[I](https://docs.blamejared.com/1.12/en/)

&#x20;~~*(或者像我一样找个友谊妈妈)*~~

使用 **CC BY-NC-SA 4.0** 协议

如有更多问题，欢迎加入 QQ 群 624487948 | 874513506 进行更多交流。


---

# 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://ikexing.gitbook.io/crt/master.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.
