> 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-en/minecraft/lag-or-low-fps-what-to-do.md).

# Lag or low FPS: what to do?

***

### 🧠 Step 1 – Close unnecessary programs

First, close all software you don’t use while you play:

* Browsers (Chrome, Firefox, etc.)
* Discord (if you don’t need voice)
* OBS, Spotify, Steam, etc.

> 💡 The fewer programs your PC has open, the easier Minecraft runs.

***

### ⚙️ Step 2 – Lower graphics settings

Open **Options → Video**, then change these settings:

| Setting                  | Recommendation |
| ------------------------ | -------------- |
| Render distance          | 6 to 10 chunks |
| Graphics                 | “Fast”         |
| Antialiasing (Smoothing) | Off            |
| Shadows                  | Off            |
| Particle settings        | Minimum        |
| Smooth lighting          | Off            |
| VSync                    | Off            |
| Clouds                   | Off            |

> 🧩 These settings have a huge impact on performance!

***

### 🧱 Step 3 – Install an optimization mod

For version **1.21.4**, the best mods are:

* [**Sodium**](https://modrinth.com/mod/sodium) → massively improves FPS
* [**Lithium**](https://modrinth.com/mod/lithium) → optimizes game calculations
* [**Iris**](https://modrinth.com/mod/iris) *(optional)* → allows using optimized shaders

> ⚠️ These mods require **Fabric Loader** (to install from [fabricmc.net](https://fabricmc.net/)).

***

### 🔋 Step 4 – Allocate more RAM to Minecraft

1. Open your **launcher**
2. Go to the **profile options**
3. Find the setting **Memory (RAM)**
4. Set between **3 and 6 GB** if your PC allows it

> 🚫 Don’t allocate all your RAM, leave at least 2 GB free for Windows.

***

### 🌐 Step 5 – Check your Internet connection

A good **ping** is essential to avoid lag:

* Avoid unstable Wi‑Fi → prefer an Ethernet cable
* Close downloads or background videos
* Restart your router if necessary

***

### 🧹 Step 6 – Other helpful tips

* Update **Java** to the latest version (17 or higher).
* Update your **graphics drivers**.
* Restart your PC regularly.
* If you use a **custom launcher**, make sure it’s up to date.

***

### 🎯 In summary

✅ Close unnecessary programs\
✅ Lower graphics\
✅ Install Sodium & Lithium\
✅ Allocate more RAM\
✅ Improve your connection

These tips should allow you to **play without lag** and fully enjoy **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-en/minecraft/lag-or-low-fps-what-to-do.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.
