From 1c018b832d0f946c8ef0ea24cc8ca0d7a6681af7 Mon Sep 17 00:00:00 2001 From: Tuan Nguyen <38831897+JustMangoou@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:28:13 +0700 Subject: [PATCH] Add INCLUDE_MODS.md --- INCLUDE_MODS.md | 167 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 INCLUDE_MODS.md diff --git a/INCLUDE_MODS.md b/INCLUDE_MODS.md new file mode 100644 index 0000000..3b5f006 --- /dev/null +++ b/INCLUDE_MODS.md @@ -0,0 +1,167 @@ +## Mods + +### Performance + +| Name | Description | Author | Server/Client | +| --- | :---: | :---: | :---: | +| [Alternate Current](https://modrinth.com/mod/alternate-current)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/SpaceWalkerRS/alternate-current) | An efficient and non-locational redstone dust implementation | [SpaceWalkerRS](https://github.com/SpaceWalkerRS) | Server | +| [BadOptimizations](https://modrinth.com/mod/badoptimizations)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/ItsThosea/BadOptimizations) | Optimization mod that focuses on things other than rendering | [ItsThosea](https://github.com/ItsThosea) | Client | +| [Concurrent Chunk Management Engine](https://modrinth.com/mod/c2me-fabric)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/RelativityMC/C2ME-fabric) | A Fabric mod designed to improve the chunk performance of Minecraft | [RelativityMC](https://github.com/RelativityMC) | Both | +| [Enhanced Block Entities](https://modrinth.com/mod/ebe)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/FoundationGames/EnhancedBlockEntities) | Reduce block entity FPS lag with almost no compromises, and improve their visuals | [FoundationGames](https://github.com/FoundationGames) | Client | +| [Entity Culling](https://modrinth.com/mod/entityculling)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/tr7zw/entityculling) | Using async path-tracing to hide Block-/Entities that are not visible | [tr7zw](https://github.com/tr7zw) | Client | +| [FerriteCore](https://modrinth.com/mod/ferrite-core)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/malte0811/FerriteCore) | Memory usage optimizations | [malte0811](https://github.com/malte0811) | Both | +| [ImmediatelyFast](https://modrinth.com/mod/immediatelyfast)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/RaphiMC/ImmediatelyFast) | Speed up immediate mode rendering in Minecraft | [RaphiMC](https://github.com/RaphiMC) | Client | +| [Language Reload](https://modrinth.com/mod/language-reload)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Jerozgen/LanguageReload) | Reduces load times and adds fallbacks for languages | [Jerozgen](https://github.com/Jerozgen) | Client | +| [Lithium](https://modrinth.com/mod/lithium)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/CaffeineMC/lithium-fabric) | No-compromises game logic/server optimization mod | [CaffeineMC](https://github.com/CaffeineMC) | Both | +| [ModernFix](https://modrinth.com/mod/modernfix)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/embeddedt/ModernFix) | All-in-one mod that improves performance, reduces memory usage, and fixes many bugs. Compatible with all your favorite performance mods | [embeddedt](https://github.com/embeddedt) | Both | +| [More Culling](https://modrinth.com/mod/moreculling)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/fxmorin/MoreCulling) | A mod that changes how multiple types of culling are handled in order to improve performance | [fxmorin](https://github.com/fxmorin) | Client | +| [Sodium](https://modrinth.com/mod/sodium)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/CaffeineMC/sodium-fabric) | A modern rendering engine for Minecraft which greatly improves performance | [CaffeineMC](https://github.com/CaffeineMC) | Client | +| [Very Many Players](https://modrinth.com/mod/vmp-fabric)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/RelativityMC/VMP-fabric) | A Fabric mod designed to improve server performance at high playercounts | [RelativityMC](https://github.com/RelativityMC) | Both | + +### Pretty + +| Name | Description | Author | Server/Client +| --- | :---: | :---: | :---: | +| [3D Skin Layers](https://modrinth.com/mod/3dskinlayers)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/tr7zw/3d-skin-layers) | Render the player skin layer in 3d | [tr7zw](https://github.com/tr7zw) | Client | +| [Animatica](https://modrinth.com/mod/animatica)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/FoundationGames/Animatica) | A mod implementing the OptiFine/MCPatcher animated texture format | [FoundationGames](https://github.com/FoundationGames) | Client | +| [Continuity](https://modrinth.com/mod/continuity)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/PepperCode1/Continuity) | A Fabric mod that allows for efficient connected textures | [PepperCode1](https://github.com/PepperCode1) | Client | +| [CIT Reswn](https://modrinth.com/mod/cit-resewn)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/SHsuperCM/CITResewn) | Re-implements MCPatcher's CIT (custom item textures from optifine resource packs) | [SHsuperCM](https://github.com/SHsuperCM) | Client | +| [Better Compatibility Checker](https://modrinth.com/mod/better-compatibility-checker)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/nanite/BetterCompatibilityChecker) | Changes the default server compatibility check to compare modpack versions | [nanite](https://github.com/nanite) | Both | +| [Better Mount HUD](https://modrinth.com/mod/better-mount-hud)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Lortseam/better-mount-hud) | Improves the ingame HUD while riding a mount | [Lortseam](https://github.com/Lortseam) | Client | +| [Better Statistics Screen](https://modrinth.com/mod/better-stats)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/TheCSDev/mc-better-stats) | A Minecraft mod that improves the statistics screen and makes it more useful | [TheCSDev](https://github.com/TheCSDev) | Client | +| [[EMF] Entity Model Features](https://modrinth.com/mod/entity-model-features)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Traben-0/Entity_Model_Features) | EMF is an, OptiFine format, Custom Entity Model replacement mod available for Fabric and Forge. | [Traben](https://github.com/Traben-0) | Client | +| [[ETF] Entity Texture Features](https://modrinth.com/mod/entitytexturefeatures)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Traben-0/Entity_Texture_Features) | Emissive, Random & Custom texture support for entities in resourcepacks just like Optifine but for Fabric | [Traben](https://github.com/Traben-0) | Client | +| [FabricSkyboxes](https://modrinth.com/mod/fabricskyboxes)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/AMereBagatelle/fabricskyboxes) | Allows resource packs to define custom skyboxes. | [AMereBagatelle](https://github.com/AMereBagatelle) | Client | +| [FabricSkyBoxes Interop](https://modrinth.com/mod/fabricskyboxes-interop)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/FlashyReese/fabricskyboxes-interop) | FabricSkyBoxes Interoperability for MCPatcher/OptiFine Skies | [FlashyReese](https://github.com/FlashyReese) | Client | +| [Fabrishot](https://modrinth.com/mod/fabrishot)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/ramidzkh/fabrishot) | Take insanely large screenshots because why not | [ramidzkh](https://github.com/ramidzkh) | Client | +| [Iris Shaders](https://modrinth.com/mod/iris)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/IrisShaders/Iris) | A modern shaders mod for Minecraft intended to be compatible with existing OptiFine shader packs | [IrisShaders](https://github.com/IrisShaders) | Client | +| [Jade](https://modrinth.com/mod/jade)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Snownee/Jade) | Shows information about what you are looking at. (Hwyla/Waila fork for Minecraft 1.16+) | [Snownee](https://github.com/Snownee) | Client | +| [LambDynamicLights](https://modrinth.com/mod/lambdynamiclights)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/LambdAurora/LambDynamicLights) | A dynamic lights mod for Fabric. | [LambdAurora](https://github.com/LambdAurora) | Client | +| [Model Gap Fix](https://modrinth.com/mod/modelfix)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/MehVahdJukaar/modefix-multi) | Fixes gaps in Block Models and Item Models | [MehVahdJukaar](https://github.com/MehVahdJukaar) | Client | +| [Not Enough Animations](https://modrinth.com/mod/not-enough-animations)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/tr7zw/NotEnoughAnimations) | Bringing first-person animations to the third-person | [tr7zw](https://github.com/tr7zw) | Client | +| [Paginated Advancements & Custom Frames](https://modrinth.com/mod/paginatedadvancements)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/DaFuqs/PaginatedAdvancements) | Better advancements screen | [DaFuqs](https://github.com/DaFuqs) | Client | +| [Particle Core](https://modrinth.com/mod/particle-core)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/fzzyhmstrs/pc) | Particle optimizations: Culling, rendering optimizations, configurable particle-type-specific spawn reduction, and potion particle disabling. Compatible with Sodium, improves performance over Sodium alone | [fzzyhmstrs](https://github.com/fzzyhmstrs) | Client | +| [Polytone](https://modrinth.com/mod/polytone)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/MehVahdJukaar/polytone) | Customize Map Color, Block Colors, Colormaps and Block Sounds, Biome Colors, Dye Colors. Supports Optifine format. For Resource Packs | [MehVahdJukaar](https://github.com/MehVahdJukaar) | Client | +| [Puzzle](https://modrinth.com/mod/puzzle)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/MehVahdJukaar/Puzzle) | Adds resourcepack features and a GUI to more conveniently configure OptiFine alternatives | [MehVahdJukaar](https://github.com/MehVahdJukaar) | Client | +| [OptiGUI](https://modrinth.com/mod/optigui)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/opekope2/OptiGUI) | Blazing fast custom GUI textures on Fabric and Quilt with built-in OptiFine custom GUI resource pack support | [opekope2](https://github.com/opekope2) | Client | +| [Reese's Sodium Options](https://modrinth.com/mod/reeses-sodium-options)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/FlashyReese/reeses-sodium-options) | Alternative Options Menu for Sodium | [FlashyReese](https://github.com/FlashyReese) | Client | +| [Sodium Extra](https://modrinth.com/mod/sodium-extra)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/FlashyReese/sodium-extra-fabric) | A Sodium addon that adds features that shouldn't be in Sodium. | [FlashyReese](https://github.com/FlashyReese) | Client | +| [SuperBetterGrass](https://www.curseforge.com/minecraft/mc-mods/super-better-grass)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/dima-dencep/super-better-grass) | An unofficial fork of [LambdaBetterGrass](https://modrinth.com/mod/lambdabettergrass) by LambdAurora, on Fabric (and soon on Forge) | [dima-dencep](https://github.com/dima-dencep) | Client | + +### Pretty+ (Optional) + +| Name | Description | Author | Server/Client +| --- | :---: | :---: | :---: | +| [Euphoria Patches](https://modrinth.com/mod/euphoria-patches)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/EuphoriaPatches/EuphoriaPatcher) | Euphoria Patches is an add-on for Complementary Shaders, extending it with more optional features and settings | [EuphoriaPatches](https://github.com/EuphoriaPatches) | Client | +| [Falling Leaves](https://modrinth.com/mod/fallingleaves)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/RandomMcSomethin/fallingleaves) | Adds a neat little particle effect to leaf blocks | [RandomMcSomethin](https://github.com/RandomMcSomethin) | Client | +| [Visuality](https://modrinth.com/mod/visuality)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/PinkGoosik/visuality) | Little visual improvements by adding a bunch of new particles | [PinkGoosik](https://github.com/PinkGoosik) | Client | + +### Functional + +| Name | Description | Author | Server/Client | +| --- | :---: | :---: | :---: | +| [Boat Break Fix](https://modrinth.com/mod/boat-break-fix)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/nvb-uy/boatbreakfix) | A mod that allows you to play Minecraft in a borderless fullscreen window | [nvb-uy](https://github.com/nvb-uy) | Both | +| [Boat Item View](https://modrinth.com/mod/boat-item-view)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/50ap5ud5/BoatItemView) | See your held items when in a moving boat | [50ap5ud5](https://github.com/50ap5ud5) | Client | +| [Bobby](https://modrinth.com/mod/bobby)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Johni0702/bobby) | Allows for render distances greater than the server's view-distance | [Jonas Herzig](https://github.com/Johni0702) | Client | +| [Charm](https://modrinth.com/mod/charm)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/svenhjol/Charm) | Adding to Minecraft while sticking with its design philosophy | [svenhjol](https://github.com/svenhjol) | Both | +| [Clumps](https://modrinth.com/mod/clumps)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/jaredlll08/Clumps) | Clumps XP orbs together to reduce lag | [jaredlll08](https://github.com/jaredlll08) | Both | +| [Controlling](https://modrinth.com/mod/controlling)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/jaredlll08/Controlling) | Adds a search bar to the Key-Bindings menu | [jaredlll08](https://github.com/jaredlll08) | Client | +| [Cubes Without Borders](https://modrinth.com/mod/cubes-without-borders)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Kir-Antipov/cubes-without-borders) | A mod that allows you to play Minecraft in a borderless fullscreen window | [Kir_Antipov](https://github.com/Kir-Antipov) | Client | +| [DEUF Refabricated](https://modrinth.com/mod/deuf-refabricated)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/nvb-uy/DEUF-Refabricated) | Fixes entities duplicated UUIDs, removing log spam and preventing crashes | [nvb-uy](https://github.com/nvb-uy) | Server | +| [Debugify](https://modrinth.com/mod/debugify)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/isXander/Debugify/) | Fixes Minecraft bugs found on the bug tracker | [isXander](https://github.com/isXander/) | Both | +| [Fullstack Watchdog](https://modrinth.com/mod/fullstack-watchdog)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/TelepathicGrunt/FullStackWatchdog) | Make Watchdog crashes show all the code that was running for all threads | [TelepathicGrunt](https://github.com/TelepathicGrunt) | Server | +| [IJM's Tweaks](https://modrinth.com/mod/ijm-tweaks/)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/ItsJustMiaouss/ijm-tweaks) | A Fabric mod that tweaks the client side of Minecraft | [ItsJustMiaouss](https://github.com/ItsJustMiaouss) | Client | +| [Log Begone](https://modrinth.com/mod/log-begone)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/AzureDoom/Log-Begone) | Fork of Shut Up Console - Tell those those annoy logs lines begone | [AzureDoom](https://github.com/AzureDoom) | Both | +| [Main Menu Credits](https://modrinth.com/mod/main-menu-credits)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/isXander/main-menu-credits) | Adds a way of adding information to the user's title screen. | [isXander](https://github.com/isXander/) | Client | +| [MixinTrace](https://modrinth.com/mod/mixintrace)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/comp500/mixintrace) | Adds a list of mixins in the stack trace to crash reports | [comp500](https://github.com/comp500) | Both | +| [Mod Menu](https://modrinth.com/mod/modmenu)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/TerraformersMC/ModMenu) | Adds a mod menu to view the list of mods you have installed. | [TerraformersMC](https://github.com/TerraformersMC) | Client | +| [More Chat History](https://modrinth.com/mod/morechathistory)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/JackFred2/MoreChatHistory) | Increases the maximum length of chat history. | [JackFred2](https://github.com/JackFred2) | Client | +| [No Chat Reports](https://modrinth.com/mod/no-chat-reports)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Aizistral-Studios/No-Chat-Reports) | Makes chat unreportable (where possible) | [Aizistral Studios](https://github.com/Aizistral-Studios) | Both | +| [Packet Fixer](https://modrinth.com/mod/packet-fixer)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/TonimatasDEV/PacketFixer) | A simple mod to solve various problems with packets | [TonimatasDEV](https://github.com/TonimatasDEV) | Both | +| [RightClickHarvest](https://modrinth.com/mod/rightclickharvest)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/JamCoreModding/right-click-harvest) | Allows you to harvest crops by right clicking | [JamCoreModding](https://github.com/JamCoreModding) | Server | +| [Roughly Enough Items (REI)](https://modrinth.com/mod/rei)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/shedaniel/RoughlyEnoughItems) | Clean and Customizable. Alternative to Just Enough Items/JEI | [shedaniel](https://github.com/shedaniel) | Client | +| [Roughly Enough Professions (REP)](https://modrinth.com/mod/roughly-enough-professions-rep)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Mrbysco/RoughlyEnoughProfessions) | An REI addon that adds profession workstations | [Mrbysco](https://github.com/Mrbysco) | Both | +| [spark](https://modrinth.com/mod/spark)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/lucko/spark) | Aspark is a performance profiler for Minecraft clients, servers and proxies | [lucko](https://github.com/lucko) | Server | +| [Sparse Structures](https://modrinth.com/mod/sparsestructures)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/MaxenceDC/sparsestructures) | A simple and configurable mod that makes all (even datapacks and modded) structures more spread out (or more common!), essentially making them rarer/easier to find. Useful in big modpacks with a lot of structures mods to encourage exploration | [MaxenceDC](https://github.com/MaxenceDC) | Server | +| [Snow Under Trees](https://modrinth.com/mod/snow-under-trees-remastered)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/IMB11/SnowUnderTrees) | Adds snow under trees in snowy biomes, making the biomes more immersive | [IMB11](https://github.com/IMB11) | Server | +| [Xaero's Minimap](https://modrinth.com/mod/xaeros-minimap) | Displays a map of the nearby world terrain, players, mobs, entities in the corner of your screen. Lets you create waypoints which help you find the locations you've marked | [thexaero](https://modrinth.com/user/thexaero) | Client | +| [Xaero's World Map](https://modrinth.com/mod/xaeros-world-map) | Adds a full screen world map which shows you what you have explored in the world. Works great together with Xaero's Minimap | [thexaero](https://modrinth.com/user/thexaero) | Client | +| [XXL Packets](https://modrinth.com/mod/xxl-packets)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/lazul1ne/XXLPackets) | Xaero WorldMap / Minimap Extra Features | [lazul1ne](https://github.com/lazul1ne) | Both | +| [XaeroPlus](https://modrinth.com/mod/xaeroplus)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/rfresh2/XaeroPlus) | Xaero WorldMap / Minimap Extra Features | [rfresh2](https://github.com/rfresh2) | Both | +| [Your Options Shall Be Respected (YOSBR)](https://modrinth.com/mod/yosbr)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/shedaniel/your-options-shall-be-respected) | Your options shall be respected. | [Aizistral Studios](https://github.com/shedaniel) | Both | +| [Zoomify](https://modrinth.com/mod/zoomify)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/isXander/Zoomify) | A zoom mod with infinite customizability. | [isXander](https://github.com/isXander) | Client | + +### Functional (Dangerous) +| Name | Description | Author | Server/Client | +| --- | :---: | :---: | :---: | +| [Reacharound](https://modrinth.com/mod/reacharound)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/spAnser/reacharound) | Reacharound block placement | [spAnser](https://github.com/spAnser) | Client | + +### Gameplay + +| Name | Description | Author | Server/Client | +| --- | :---: | :---: | :---: | +| [Animal Feeding Trough](https://modrinth.com/mod/animal_feeding_trough)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Slexom/animal-feeding-trough) | Mobs self feed with feeding trough | [Slexom](https://github.com/Slexom) | Both | +| [Elytra Slot](https://modrinth.com/mod/elytra-slot)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/illusivesoulworks/elytraslot) | Adds accessory support to the elytra so you can fly and wear chest armor at the same time. Formerly known as Curious Elytra and Elytra Trinket | [Illusive Soulworks](https://github.com/illusivesoulworks) | Both | +| [FallingTree](https://modrinth.com/mod/fallingtree)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/RakambdaOrg/FallingTree) | Break down your trees by only cutting one piece of it | [RakambdaOrg](https://github.com/RakambdaOrg) | Both | +| [Grass Overhaul](https://modrinth.com/mod/grass-overhaul)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/nvb-uy/grass-overhaul) | More grass approaches. Patches, slabs, stairs, you name it | [nvb-uy](https://github.com/nvb-uy) | Both | +| [Guard Villagers](https://modrinth.com/mod/guard-villagers-(fabricquilt))[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/mrsterner/GuardVillagers) | Guards that help with village pest control | [mrsterner](https://github.com/mrsterner) | Both | +| [Handcrafted](https://modrinth.com/mod/handcrafted)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/terrarium-earth/Handcrafted) | Make your house a home | [terrarium-earth](https://github.com/terrarium-earth) | Both | +| [KleeSlabs](https://modrinth.com/mod/kleeslabs)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/TwelveIterationMods/KleeSlabs) | Break only the half of a double slab that you're looking at | [TwelveIterationMods](https://github.com/TwelveIterationMods) | Server | +| [Nature's Compass](https://modrinth.com/mod/natures-compass)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/MattCzyr/NaturesCompass) | Allows you to locate biomes anywhere in the world | [MattCzyr](https://github.com/MattCzyr) | Both | +| [Ping Wheel](https://modrinth.com/mod/ping-wheel)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/LukenSkyne/Minecraft-Ping-Wheel) | Allows players to temporarily mark locations and entities | [LukenSkyne](https://github.com/LukenSkyne) | Both | +| [Quartz Elevator](https://modrinth.com/mod/quartz-elevator)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Aton-Kish/quartz-elevator) | Adds quartz elevators | [Aton-Kish](https://github.com/Aton-Kish) | Both | +| [Snow! Real Magic!](https://modrinth.com/mod/snow-real-magic)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Snownee/SnowRealMagic) | Not a magic mod. · Snow Gravity & Accumulation · Snow-covered blocks · Tweak snow behaviors | [Snownee](https://github.com/Snownee) | Both | +| [Traveler's Backpack](https://modrinth.com/mod/travelersbackpack)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Tiviacz1337/Travelers-Backpack) | Unique and upgradeable backpacks with customisation, Curios API/Trinkets integration and more | [Tiviacz1337](https://github.com/Tiviacz1337) | Both | +| [Tom's Simple Storage Mod](https://modrinth.com/mod/toms-storage)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/tom5454/Toms-Storage) | Simple vanilla style storage mod | [tom5454](https://github.com/tom5454) | Both | +| [Tom's Trading Network](https://modrinth.com/mod/toms-trading-network)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/tom5454/Toms-Trading-Network) | A simple mod to make trading with players easier | [tom5454](https://github.com/tom5454) | Both | +| [Universal Graves](https://modrinth.com/mod/universal-graves)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Patbox/UniversalGraves) | Customisable grave mod for Fabric | [PatBox](https://github.com/Patbox) | Server | +| [Veinminer](https://modrinth.com/datapack/veinminer)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/MiraculixxT/Veinminer) | Mine the whole vine on mining a single ore. Known feature by modpacks and pvp games like UHC (quick mine) | [MiraculixxT](https://github.com/MiraculixxT) | Both | +| [Villager Names](https://modrinth.com/mod/villager-names-serilum)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Serilum/Villager-Names) | Gives all villager entities a default or custom name to liven up the world | [Serilum](https://github.com/Serilum) | Server | +| [Waystones](https://modrinth.com/mod/waystones)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/TwelveIterationMods/Waystones) | Teleport back to activated waystones. For Survival, Adventure or Servers | [TwelveIterationMods](https://github.com/TwelveIterationMods) | Both | + +### Worldgen + +| Name | Description | Author | Server/Client | +| --- | :---: | :---: | :---: | +| [Additional Structures](https://modrinth.com/mod/additional-structures)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/XxRexRaptorxX/Additional-Structures) | Adds >200 new structures that integrate perfectly into your world | [XxRexRaptorxX](https://github.com/XxRexRaptorxX) | Server | +| [AdoraBuild: Structures](https://modrinth.com/mod/adorabuild-structures) | Adds 90 new structures to enhance the world exploration | [AdoraBuild](https://modrinth.com/user/AdoraBuild) | Both | +| [BetterEnd](https://modrinth.com/mod/betterend)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/quiqueck/BetterEnd) | New Biomes, mysterious rituals and Mobs for your End | [quiqueck](https://github.com/quiqueck) | Both | +| [BetterNether](https://modrinth.com/mod/betternether)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/quiqueck/BetterNether) | More Biomes, More Mobs, More Tools for the fiery Dimension | [quiqueck](https://github.com/quiqueck) | Both | +| [Geophilic](https://modrinth.com/datapack/geophilic) | A subtle overhaul of vanilla Overworld biomes | [bebebea_loste](https://modrinth.com/user/bebebea_loste) | Server | +| [Hearths](https://modrinth.com/datapack/hearths) | A handful of additions to vanilla Nether biomes | [bebebea_loste](https://modrinth.com/user/bebebea_loste) | Server | +| [Incendium](https://modrinth.com/mod/incendium)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Stardust-Labs-MC/Incendium) | A nether biome overhaul combined with challenging structures to conquer, unique weapons to obtain, and tricky mobs to defeat | [Stardust Labs](https://github.com/Stardust-Labs-MC) | Server | +| [Philips Ruins](https://modrinth.com/mod/philips-ruins) | This mod adds ancient ruins to your Minecraft world | [PhilipModDev](https://modrinth.com/user/PhilipModDev) | Both | +| [Mo' Structures](https://modrinth.com/mod/mo-structures)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/frqnny/mostructures) | Adds more variations of vanilla structures and features such as a Jungle Fortress | [frqnny](https://github.com/frqnny) | Server | +| [Nullscape](https://modrinth.com/mod/nullscape)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/frqnny/mostructures) | Transforms the boring Vanilla end into an alien dimension with the most surreal terrain imaginable. Topped with a couple of new biomes to add to the experience, whilst keeping the end desolate | [Stardust Labs](https://github.com/Stardust-Labs-MC) | Server | +| [Repurposed Structures](https://modrinth.com/mod/repurposed-structures-fabric)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Stardust-Labs-MC/Nullscape) | Adds more variations of vanilla structures and features such as a Jungle Fortress | [TelepathicGruntx](https://github.com/TelepathicGrunt) | Server | +| [Structory](https://www.curseforge.com/minecraft/mc-mods/structory)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Stardust-Labs-MC/Structory) | Structory is a seasonally updated, atmospheric structure mod with light lore for Fabric/Forge/Quilt | [Stardust Labs](https://github.com/Stardust-Labs-MC) | Server | +| [Structory: Towers](https://www.curseforge.com/minecraft/mc-mods/structory-towers)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Stardust-Labs-MC/Structory) | Structory: Towers adds immersive, biome-themed towers to the world, for Fabric/Forge/Quilt | [Stardust Labs](https://github.com/Stardust-Labs-MC) | Server | +| [Tectonic](https://modrinth.com/datapack/tectonic)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Apollounknowndev/tectonic) | Massively altered world generation with mountain ranges, underground rivers and more | [Apollounknowndev](https://github.com/Apollounknowndev) | Server | +| [Terralith](https://modrinth.com/mod/terralith)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Stardust-Labs-MC/Terralith) | Structory: Towers adds immersive, biome-themed towers to the world, for Fabric/Forge/Quilt | [Stardust Labs](https://github.com/Stardust-Labs-MC) | Server | + +### Library + +| Name | Description | Author | Server/Client | +| --- | :---: | :---: | :---: | +| [BCLib](https://modrinth.com/mod/bclib)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/quiqueck/BCLib) | A Library Mod for the BetterX Team | [quiqueck](https://github.com/quiqueck) | Both | +| [Cloth Config API](https://modrinth.com/mod/cloth-config)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/shedaniel/cloth-config) | Configuration Library for Minecraft Mods | [shedaniel](https://github.com/shedaniel) | Both | +| [Fabric API](https://modrinth.com/mod/fabric-api)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/FabricMC/fabric) | Lightweight and modular API providing common hooks and intercompatibility measures utilized by mods using the Fabric toolchain | [FabricMC](https://github.com/FabricMC) | Both | +| [Fabric Language Kotlin](https://modrinth.com/mod/fabric-language-kotlin)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/FabricMC/fabric-language-kotlin) | This is a mod that enables usage of the Kotlin programming language for Fabric mods | [FabricMC](https://github.com/FabricMC) | Both | +| [Indium](https://modrinth.com/mod/indium)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/comp500/indium) | Sodium addon providing support for the Fabric Rendering API, based on Indigo | [comp500](https://github.com/comp500) | Client | +| [Searchables](https://modrinth.com/mod/searchables)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/jaredlll08/searchables) | Searchables is a library mod that adds helper methods that allow for searching and filtering elements based on components, as well as offering built in auto-complete functionality | [jaredlll08](https://github.com/jaredlll08) | Client | +| [Text Placeholder API](https://modrinth.com/mod/placeholder-api)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/Patbox/TextPlaceholderAPI) | Sodium addon providing support for the Fabric Rendering API, based on Indigo | [PatBox](https://github.com/Patbox) | Both | +| [Trinkets](https://modrinth.com/mod/trinkets)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/emilyploszaj/trinkets) | A data-driven accessory mod | [Emily Rose Ploszaj](https://github.com/emilyploszaj) | Both | +| [YetAnotherConfigLib](https://modrinth.com/mod/yacl)[![GitHub Logo](https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/isXander/YetAnotherConfigLib) | A builder-based configuration library for Minecraft | [isXander](https://github.com/isXander) | Client | + +## Resourcepacks + +| Name | Description | Author | Resolution | +| --- | :---: | :---: | :---: | +| [Redstone Tweaks](https://modrinth.com/resourcepack/redstone-tweaks) | A resource pack made to enhance your redstone experience | [RexxStone](https://modrinth.com/user/RexxStone) | 16x | + +## Shaders + +| Name | Description | Author | +| --- | :---: | :---: | +| [Complementary Shaders - Reimagined](https://modrinth.com/shader/complementary-reimagined) | Preserving the elements of Minecraft with exceptional quality, detail, and performance | [EminGT](https://github.com/ComplementaryDevelopment) | +| [Complementary Shaders - Unbound](https://modrinth.com/shader/complementary-unbound) | Transforming the visuals of Minecraft with exceptional quality, detail, and performance | [EminGT](https://github.com/ComplementaryDevelopment) |