Описание
# 🍉 ArbuzOptimized : 565+ FPS for Minecraft
[](https://fabricmc.net/)
[](https://neoforged.net/)
[](https://www.minecraft.net/)
[]()
> **The ultimate performance modpack for Minecraft.** Turn your potato PC into a gaming rig. Smooth chunk loading, insane FPS, and zero stutter — all with a single download.
---
## 🚀 What is ArbuzOptimized?
**ArbuzOptimized** is a carefully crafted Fabric modpack focused purely on **performance and speed**. It strips away unnecessary bloat and combines the most powerful optimization mods available.
Whether you are playing on a high-end RTX machine or an old office laptop, this pack unlocks the true potential of Minecraft's engine.
### 🔥 Key Features
- ✅ **Insane FPS Boost**: Experience up to **565+ FPS** (depending on hardware) with zero input lag.
- ✅ **Low-End Friendly**: Designed specifically to make Minecraft playable on integrated graphics and older CPUs.
- ✅ **Vanilla Gameplay**: 100% vanilla mechanics and visuals — we don't change the game, we just make it faster.
- ✅ **Lightweight**: Minimal impact on RAM and disk space.
- ✅ **Active Support**: Regularly updated for the latest Minecraft versions.
---
## ⚙️ Core Mods Included
| Mod | Description |
| :--- | :--- |
| **[Sodium](https://modrinth.com/mod/sodium)** | The king of rendering optimization. Rewrites the rendering engine for massive FPS gains. |
| **[Lithium](https://modrinth.com/mod/lithium)** | Optimizes the game's internal server and entity logic without breaking mechanics. |
| **[Entity Culling](https://modrinth.com/mod/entityculling)** | Stops rendering entities you can't see (saves GPU power). |
| **[Krypton](https://modrinth.com/mod/krypton)** | Network compression and optimization (reduces server ping spikes). |
| **[FerriteCore](https://modrinth.com/mod/ferrite-core)** | Memory usage reduction — lowers RAM consumption by 20-30%. |
| **[Immersive Portals (Optional)](https://modrinth.com/mod/immersive-portals)** | *(If included)* Seamless portal transitions with optimized rendering. |
---
## 📥 Installation Guide
### Prerequisites
1. **Java 17** or higher installed on your system.
2. **Fabric Launcher** or a third-party launcher (CurseForge, Prism, MultiMC, ATLauncher).
### Easy Setup (Recommended)
1. Download the latest `.zip` release of **ArbuzOptimized** from the **Releases** tab.
2. Open your preferred launcher (e.g., Prism Launcher / MultiMC).
3. Select **"Add Instance"** -> **"Import from ZIP"** -> Select the downloaded file.
4. Launch and enjoy!
### Manual Setup (Advanced)
1. Download the **Fabric Installer** from the official website.
2. Install Fabric for your Minecraft version.
3. Navigate to your `.minecraft/mods` folder.
4. Drag and drop all the `.jar` files from the `mods` folder of this pack.
5. Launch Minecraft with the Fabric profile.
---
## 🛠️ Performance Tips (For 565+ FPS)
To squeeze out the absolute maximum FPS:
1. **Allocate RAM:** Do not allocate too much! For Vanilla + Optimization, **2GB - 4GB** is the sweet spot. Allocating 8GB can actually cause lag due to Java Garbage Collection.
2. **Graphics Settings:**
- Turn **"Render Distance"** down to 8-12 chunks.
- Set **"Graphics"** to *Fast*.
- Turn **"Clouds"** off or set to *Fast*.
- Disable **"Vsync"**.
3. **JVM Arguments:** Use these for better garbage collection:
```text
-XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M