From 38e2b849f937530d8ea8af1620acedcdeda6bb54 Mon Sep 17 00:00:00 2001 From: MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:13:48 -0700 Subject: [PATCH] particle core, extended clouds in sodium extra --- docs/latest/migrating.md | 1 - docs/latest/patcher.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/latest/migrating.md b/docs/latest/migrating.md index 7a873fb1..44299a1c 100644 --- a/docs/latest/migrating.md +++ b/docs/latest/migrating.md @@ -191,7 +191,6 @@ These are mods that are more dependant on personal preference than importance. | [Litematica](https://github.com/sakura-ryoko/litematica/releases/latest) | A schematic mod that allows you to import schematics of builds. | [Matti Ruohonen](https://github.com/maruohon) | | [MiniHUD](https://github.com/sakura-ryoko/minihud/releases/latest) | A customizable HUD that allows displaying various information on your screen as well as beneficial overlay renders. | [Matti Ruohonen](https://github.com/maruohon) | | [Clear Skies](https://modrinth.com/mod/clear-skies) | Removes fog color banding on skybox. | [grondag](https://github.com/grondag) | | | The 1.19 version works on 1.21. | -| [Extended Clouds](https://modrinth.com/mod/extended-clouds) (No 1.21 Yet) | Changes cloud render distance to be same as your set render distance. | [alphaqu](https://github.com/alphaqu) | | [Sound Physics Remastered](https://modrinth.com/mod/sound-physics-remastered) | Makes sounds much more realistic, adding reverb, attenuation, and absorption. | [vlad2305m](https://github.com/vlad2305m), [thedocruby](https://github.com/thedocruby) & [henkelmax](https://github.com/henkelmax)| | [Sound Controller](https://modrinth.com/mod/sound-controller) | Provides complete control over the volume of every sound in the game. | [BVengo](https://github.com/BVengo) | [Fabric API](https://modrinth.com/mod/fabric-api), [YACL](https://modrinth.com/mod/yacl) | | [Screencapper](https://modrinth.com/mod/screencapper) | Improves the way you share and view screenshots. | [isXander](https://github.com/isXander) & [Deftu](https://github.com/Deftu) | [Fabric API](https://modrinth.com/mod/fabric-api), [Fabric Language Kotlin](https://modrinth.com/mod/fabric-language-kotlin), [DeftuLib](https://modrinth.com/mod/deftulib) | diff --git a/docs/latest/patcher.md b/docs/latest/patcher.md index 9af1d950..cc694851 100644 --- a/docs/latest/patcher.md +++ b/docs/latest/patcher.md @@ -140,8 +140,8 @@ This list is based off features that exist in PolyPatcher or Patcher, as some fe * Global Entity Render Distance - [Patbox's Entity View Distance](https://modrinth.com/mod/entity-view-distance) * Disable End Portals - ? * Disable Enchantment Glint - ? -* Static Particle Color - Irrelevant -* Max Particle Limit - ? +* Static Particle Color - [fzzyhmstrs's Particle Core](https://modrinth.com/mod/particle-core) (Improves performance of brightness calculations to make it not an issue instead of removing it entirely) +* Max Particle Limit - [fzzyhmstrs's Particle Core](https://modrinth.com/mod/particle-core) * Downscale Pack Images - ? * Optimized Font Renderer - [RaphiMC's ImmediatelyFast](https://modrinth.com/mod/immediatelyfast) * Cache Font Data - [RaphiMC's ImmediatelyFast](https://modrinth.com/mod/immediatelyfast)