> For the complete documentation index, see [llms.txt](https://pipilan.gitbook.io/adventure-of-the-golden-warriors/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pipilan.gitbook.io/adventure-of-the-golden-warriors/chang-jian-wen-ti.md).

# 常见问题

善用Ctrl+F搜索

> Q：游戏无法启动，直接崩溃是怎么回事？
>
> A：可能是SmoothFont模组导致的崩溃，我默认使用的是微软雅黑Light字体，如果你的电脑没有这种字体有一定几率导致崩溃，还有可能是你分配内存过低，请分配至少4G内存，如果你分配内存不能超过1G，那么说明你JAVA是32位的，请去这里[下载](https://www.mcbbs.net/plugin.php?id=link_redirect\&target=https%3A%2F%2Fwww.java.com%2Fen%2Fdownload%2Fmanual.jsp)64位JAVA，如果你游玩的不是最新版，那么也有可能是汉化文件过新导致与模组版本不一致导致的崩溃，建议游玩最新版，如果你确实想玩老版本，推荐在第一次进入游戏前删除i18汉化模组，如果你进过一次游戏此方法就不在生效

> Q：为什么我去不了暮色啊？&#x20;
>
> A：传送门修改了激活方法，将丢入钻石改为丢入火龙/冰龙颅骨即可

> Q：为什么我身上的物品装备都被诅咒了啊？
>
> &#x20;A：你身上有带有诅咒印记或者潘多拉的诅咒附魔的物品，请把他们隔离！（放到箱子里）不然你他们会逐渐传给你全身的物品，如果你想解除，请在商店内购买破咒书！

> Q：开了光影之后中间为什么有一条横线啊？&#x20;
>
> A：是由于星辉魔法天空渲染和光影渲染冲突了，解决方式是*minecraft-config-astralsorcery.cfg*找到
>
> ```
>  S:weakSkyRenders <
>   >
> ```
>
> 将其改成
>
> ```
>  S:weakSkyRenders <
>      0
>   >
> ```

> Q：开了光影后天气模组自带的云太不难看了，怎么屏蔽掉？&#x20;
>
> A：在天气模组设置里的高级配置里找到Aesthetic\_only\_Mode这项，将false改为true即可

> Q：打开巫师札礼就崩溃怎么办？&#x20;
>
> A：是由于翻译问题导致的崩溃，将这个[语言材质包](https://github.com/LWHK/LWHK-Simplified-Chinese-Translation/releases/tag/4.2.11-2)下载下来，添加进去保持在资源包加载最上面即可（要在自带的汉化包上面）

> Q：为什么我的金币重新进入游戏后变成0了？&#x20;
>
> A：是显示BUG，这个时候你随便卖个东西或者做个任务，让金币涨一点他就恢复了，显示错误


---

# 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://pipilan.gitbook.io/adventure-of-the-golden-warriors/chang-jian-wen-ti.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.
