FastChest Mod (1.21.10, 1.20.1) – Make Chests Use Static Models
If your storage room contains a lot of chests, you have probably noticed how bad Minecraft is at rendering them. The more chests are placed, the lower your FPS go.…
Performance and Optimization Mods improve the game performance by boosting frame rates, FPS, reducing micro-stutter and fixing other issues in Minecraft.
If your storage room contains a lot of chests, you have probably noticed how bad Minecraft is at rendering them. The more chests are placed, the lower your FPS go.…
Shift-Scroll Fix for macOS Mod (1.21.10, 1.20.1) improves the scrolling in Minecraft for macOS. On macOS, holding Shift while scrolling is meant to move things sideways, but Minecraft either ignores…
Faster Random Mod (1.21.10, 1.20.1) makes the RNG system of Minecraft 100x faster. This mod is pretty simple, it just replaces every random-related call in MathHelper with a much faster…
Fast IP Ping Mod (1.21.10, 1.20.1) is optimized for players who connect to Minecraft servers using literal IP addresses, such as 192.168.2.10:25565. The issue lies in the fact that, for…
GPU Tape Mod (1.21.10, 1.20.1) helps fix video memory leaks in Minecraft, making the game run smoother. Unlike similar mods, GPU Tape is only for the client and doesn’t use…
Crash Exploit Fixer Mod (1.21.10, 1.20.1) is an essential tool for Minecraft server administrators, providing a robust solution to a server crash exploit that has been inadequately patched by Mojang…
Particle Blocker Mod (1.21.10, 1.20.1) empowers you to selectively block specific particles from rendering in your world. This can lead to a cleaner visual aesthetic and potentially improve performance on…
Cull Leaves Mod (1.21.10, 1.20.1) improves the processing to make the game smoother, changing the way Optifine HD’s “Smart Leaves” works. It optimizes the vanilla processes of foliage generation, which…
Better Beds Mod (1.21.10, 1.20.1) changes the renderer of the bed to use json models instead of a block entity renderer. Removes the BlockEntityRenderer from the bed and replaces it…
Riding Mouse Fix Mod (1.21.10, 1.20.1) helps control the mouse more easily when riding in a mine cart or other moving things in Minecraft. Without the mod, the mouse can…
Lazy Language Loader Mod (1.21.10, 1.20.1) improves loading time when changing the language by reloading only the language, rather than all game resources. Features: Instead of reloading all game resources,…
DEUF Refabricated Mod (1.21.10, 1.20.1) is a fabric port of the mod DEUF (Duplicated Entity UUID Fixer) by CAS-ual-TY. It fixes duped UUIDs, removing log spam and also fixing some…
Ksyxis Mod (1.21.10, 1.20.1) speeds up world loading by removing chunk sections. Version 1.20.4 and earlier: Vanilla Minecraft loads 21×21 (441) spawn chunks every time you load a world. Version…
Epic Force Close Loading Screen Mod (1.21.10, 1.20.1) instantly closes the loading terrain screen on world changing and drastically reduces the resource pack loading screen duration. Screenshots: World Joining and…
Memory leaks are something every programmer hates. Unnecessary memory leakage can lead to your system not running at its full potential. The Minecraft code is not perfect and combined with…