> For the complete documentation index, see [llms.txt](https://lifesteal-1.gitbook.io/lifesteal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lifesteal-1.gitbook.io/lifesteal/lifesteal-zh/minecraft-wo-de-shi-jie/ka-dun-huo-di-zhenl-zen-me-ban.md).

# 卡顿或低帧率：怎么办？

***

### 🧠 第1步 – 关闭不必要的程序

首先，关闭在玩游戏时不使用的所有软件：

* 浏览器（Chrome、Firefox 等）
* Discord（如果不需要语音）
* OBS、Spotify、Steam 等

> 💡 电脑打开的程序越少，Minecraft 就越容易运行。

***

### ⚙️ 第2步 – 降低图形设置

打开 **选项 → 视频**，然后修改这些设置：

| 设置          | 推荐        |
| ----------- | --------- |
| 渲染距离        | 6 到 10 区块 |
| 图形          | “快速”      |
| 抗锯齿（平滑）     | 关闭        |
| 阴影          | 关闭        |
| 粒子级别        | 最低        |
| 柔和光照        | 关闭        |
| 垂直同步（VSync） | 关闭        |
| 云层          | 关闭        |

> 🧩 这些设置对性能有巨大影响！

***

### 🧱 第3步 – 安装优化模组

对于版本 **1.21.4**，最好的模组是：

* [**Sodium**](https://modrinth.com/mod/sodium) → 大幅提升帧数
* [**Lithium**](https://modrinth.com/mod/lithium) → 优化游戏计算
* [**Iris**](https://modrinth.com/mod/iris) *（可选）* → 允许使用经过优化的着色器

> ⚠️ 这些模组需要 **Fabric Loader** （可从 [fabricmc.net](https://fabricmc.net/)).

***

### 🔋 第4步 – 给 Minecraft 分配更多内存（RAM）

1. 打开你的 **启动器**
2. 进入 **配置档选项**
3. 找到设置 **内存（RAM）**
4. 设置为 **3 到 6 GB** 如果你的电脑允许的话

> 🚫 不要分配全部内存，至少保留 2 GB 给 Windows。

***

### 🌐 第5步 – 检查你的网络连接

良好的 **延迟（ping）** 对于避免卡顿非常重要：

* 避免不稳定的 Wi‑Fi → 优先使用以太网线
* 关闭后台的下载或视频
* 必要时重启你的路由器

***

### 🧹 第6步 – 其他有用建议

* 更新 **Java** 到最新版本（17 或更高）。
* 更新你的 **显卡驱动程序**.
* 定期重启你的电脑。
* 如果你使用的是 **自定义启动器**，请确认它是最新的。

***

### 🎯 总结

✅ 关闭不必要的程序\
✅ 降低画质\
✅ 安装 Sodium & Lithium\
✅ 分配更多内存\
✅ 提升你的网络连接

这些技巧应该能让你 **无卡顿地游戏** 并充分享受 **LifeSteal Dungeon** ⚔️

***


---

# 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://lifesteal-1.gitbook.io/lifesteal/lifesteal-zh/minecraft-wo-de-shi-jie/ka-dun-huo-di-zhenl-zen-me-ban.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.
