From de9a29016d7a3cde9d265883ee5b44715b49cf98 Mon Sep 17 00:00:00 2001 From: "thatonecoder (formerly Coccocoa's Helper)" <157546848+Coccocoahelper@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:34:38 +0000 Subject: [PATCH] Add more performance mods to 1.8.9 I added only these because I believe LF/Ornithe mods are currently out-of-scope. Nothririum seems to help quite a bit with performance, and so does EntityCulling (with the PolyPatcher one off). However, there appear to be sign rendering issues with it; the original suggests to toggle off "Smart Animations", and I most likely have them on. If so, I will disable it, and report back. Apologies for such a convoluted pull request description. --- docs/1.8.9/modlist.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/1.8.9/modlist.md b/docs/1.8.9/modlist.md index 394f3ee2..6ab7bacb 100644 --- a/docs/1.8.9/modlist.md +++ b/docs/1.8.9/modlist.md @@ -13,9 +13,11 @@ To install Forge for 1.8.9, please read the [guides for installing Modrinth or P | [Ksyxis](https://modrinth.com/mod/ksyxis) | Reduces world loading times. | [VidTu](https://github.com/VidTu) | This mod only works in single player and will disable spawn chunks entirely. | | [OptiFine](https://optifine.net/download?f=preview_OptiFine_1.8.9_HD_U_M6_pre2.jar) | One of the oldest performance mods for Minecraft. Required for many resource packs as well. | [sp614x](https://github.com/sp614x) | This is a direct download that skips OptiFine's ads. | | [PolyPatcher](https://modrinth.com/mod/patcher) | PolyPatcher fixes several Minecraft bugs, adds many performance improvements, and adds many quality of life features. | [Sk1erLLC](https://github.com/Sk1erLLC) & [Polyfrost](https://github.com/Polyfrost) | This is a fork of the original Patcher mod by Sk1er. It removes one-off features that have been improved in other mods, adds a few more QOL changes, and has several new bug fixes, crash fixes, and performance enhancements. | +| [Nothririum 1.8.9 Port](https://modrinth.com/mod/nothririum-1.8.9-port) | Significantly improves chunk rendering performance. | [Meldexun](https://github.com/Meldexun) & [my-life-is-bad](https://github.com/my-life-is-bad) | This is a port of the original Nothririum mod by Meldexun. | +| [EntityCulling 1.8.9 Port](https://modrinth.com/mod/entityculling-1.8.9-port) | Skip rendering of hidden entities. | [Meldexun](https://github.com/Meldexun) & [my-life-is-bad](https://github.com/my-life-is-bad) | This is a port of the original EntityCulling mod by Meldexun. | | [QuickQuit](https://modrinth.com/mod/quickquit) | Allows closing Minecraft during the Forge resource loading screen when starting the game. | [Microcontrollers](https://codeberg.org/MicrocontrollersDev) | | [Redirector / Redirectionor](https://github.com/MCTeamPotato/Redirector/releases/latest) | Decreases memory usage by replacing enum value calls with static final field references. | [MCTeamPotato](https://github.com/MCTeamPotato) | -| [Velox Caelo](https://modrinth.com/mod/veloxcaelo) | Caches some OptiFine CIT calculations. Especially noticable with SkyBlock resource packs. | [nea89o](https://github.com/nea89o) | Requires OptiFine. | +| [Velox Caelo](https://modrinth.com/mod/veloxcaelo) | Caches some OptiFine CIT calculations. Especially noticeable with SkyBlock resource packs. | [nea89o](https://github.com/nea89o) | Requires OptiFine. | ### Other (needs to be sorted better eventually)