remove redundancy

master
Jan Danielzick 2022-05-16 12:59:33 +02:00
parent fc37414024
commit e536f887f9
1 changed files with 21 additions and 39 deletions

60
mods.md
View File

@ -1,55 +1,37 @@
# Recommended Mods
This document has three sections:
- List of recommended mods
- Links to the mods and dependencies
This document has two sections:
- List of recommended mods with links
- General installation instructions
## Mod List
All the mods listed below require Fabric. Fabric is a modern lightweight alternative to Forge.
All the mods listed below require the [Fabric mod loader](https://fabricmc.net/use). Fabric is a modern lightweight alternative to Forge.
### Performance mods:
- Sodium: does all sorts of performance improvements, replaces graphics settings screen with its own
- LazyDFU: decreases start up time by disabling initialization of the DataFixerUpper when its not needed
- Enhanced Block Entities: improves performance around large amounts of chests by pre-computing the animations once (incompatible with Fast Chest)
- FastChest: improves performance around large amounts of chests by disabling the animation outright (incompatible with Enhanced Block Entities)
- [Sodium](https://github.com/CaffeineMC/sodium-fabric/releases): does all sorts of performance improvements, replaces graphics settings screen with its own
- [LazyDFU](https://github.com/astei/lazydfu/releases): decreases start up time by disabling initialization of the DataFixerUpper when its not needed
- [Enhanced Block Entities](https://modrinth.com/mod/OVuFYfre): improves performance around large amounts of chests by pre-computing the animations once (incompatible with Fast Chest)
- requires [Fabric API](https://modrinth.com/mod/fabric-api) and [Indium](https://modrinth.com/mod/indium) to work with Sodium
- [FastChest](https://www.curseforge.com/minecraft/mc-mods/fastchest): improves performance around large amounts of chests by disabling the animation outright (incompatible with Enhanced Block Entities)
### Eye candy:
- Iris: shader mod for Fabric, compatible with Sodium, WIP but works with many shaders already
- Continuity: connected textures
- Farsight: cache chunks beyond the servers viewing distance and render them anyway, also fixes the client rebuilding all loaded chunks when the server changes its viewing distance
- Sheep Consistency: makes sheared sheep colored
- Presence Footsteps: not really *eye* candy but it fits best here, adds sounds for walking on different kinds of blocks
- [Iris](https://modrinth.com/mod/iris): shader mod for Fabric, WIP but works with many shaders already
- requires [Sodium](https://github.com/CaffeineMC/sodium-fabric/releases)
- [Continuity](https://github.com/PepperCode1/Continuity/releases): connected textures
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
- [Farsight](https://www.curseforge.com/minecraft/mc-mods/farsight-fabric): cache chunks beyond the servers viewing distance and render them anyway, also fixes the client rebuilding all loaded chunks when the server changes its viewing distance
- [Sheep Consistency](https://www.curseforge.com/minecraft/mc-mods/sheep-consistency): makes sheared sheep colored
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
- [Presence Footsteps](https://www.curseforge.com/minecraft/mc-mods/presence-footsteps): not really *eye* candy but it fits best here, adds sounds for walking on different kinds of blocks
### Other useful things:
- Logical Zoom: adds zoom
- LambDynamicLights: dynamic lights
- Xaeros Minimap: minimap and waypoints
- Litematica: allows you to copy and paste things by displaying schematics in the world
- Litematica Printer: places blocks for Litematica schematics automatically
## Links and Dependencies
- [Fabric](https://fabricmc.net/use)
- [Sodium](https://github.com/CaffeineMC/sodium-fabric/releases)
- [LazyDFU](https://github.com/astei/lazydfu/releases)
- [Enhanced Block Entities](https://modrinth.com/mod/OVuFYfre) OR [FastChest](https://www.curseforge.com/minecraft/mc-mods/fastchest)
- EBE requires [Fabric API](https://modrinth.com/mod/fabric-api) and [Indium](https://modrinth.com/mod/indium) to work with Sodium
- [Iris](https://modrinth.com/mod/iris)
- requires [Sodium](https://github.com/CaffeineMC/sodium-fabric/releases)
- [Continuity](https://github.com/PepperCode1/Continuity/releases)
- [Logical Zoom](https://github.com/LogicalGeekBoy/logical_zoom/releases): adds zoom
- [LambDynamicLights](https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights): dynamic lights
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
- [Farsight](https://www.curseforge.com/minecraft/mc-mods/farsight-fabric)
- [Sheep Consistency](https://www.curseforge.com/minecraft/mc-mods/sheep-consistency)
- [Xaeros Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap): minimap and waypoints
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
- [Presence Footsteps](https://www.curseforge.com/minecraft/mc-mods/presence-footsteps)
- [Logical Zoom](https://github.com/LogicalGeekBoy/logical_zoom/releases)
- [LambDynamicLights](https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights)
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
- [Xaeros Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap)
- make sure to download the Fabric version, both Forge and Fabric versions are available on the same site
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
- [Litematica](https://www.curseforge.com/minecraft/mc-mods/litematica)
- [Litematica](https://www.curseforge.com/minecraft/mc-mods/litematica): allows you to copy and paste things by displaying schematics in the world
- requires [MaLiLib](https://www.curseforge.com/minecraft/mc-mods/malilib)
- [Litematica Printer](https://github.com/aleksilassila/litematica-printer/releases)
- [Litematica Printer](https://github.com/aleksilassila/litematica-printer/releases): places blocks for Litematica schematics automatically
- requires [Litematica](https://www.curseforge.com/minecraft/mc-mods/litematica), [MaLiLib](https://www.curseforge.com/minecraft/mc-mods/malilib)