remove redundancy
parent
fc37414024
commit
e536f887f9
60
mods.md
60
mods.md
|
@ -1,55 +1,37 @@
|
||||||
# Recommended Mods
|
# Recommended Mods
|
||||||
|
|
||||||
This document has three sections:
|
This document has two sections:
|
||||||
- List of recommended mods
|
- List of recommended mods with links
|
||||||
- Links to the mods and dependencies
|
|
||||||
- General installation instructions
|
- General installation instructions
|
||||||
|
|
||||||
## Mod List
|
## 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:
|
### Performance mods:
|
||||||
- Sodium: does all sorts of performance improvements, replaces graphics settings screen with its own
|
- [Sodium](https://github.com/CaffeineMC/sodium-fabric/releases): 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 it’s not needed
|
- [LazyDFU](https://github.com/astei/lazydfu/releases): decreases start up time by disabling initialization of the DataFixerUpper when it’s not needed
|
||||||
- Enhanced Block Entities: improves performance around large amounts of chests by pre-computing the animations once (incompatible with Fast Chest)
|
- [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)
|
||||||
- FastChest: improves performance around large amounts of chests by disabling the animation outright (incompatible with Enhanced Block Entities)
|
- 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:
|
### Eye candy:
|
||||||
- Iris: shader mod for Fabric, compatible with Sodium, WIP but works with many shaders already
|
- [Iris](https://modrinth.com/mod/iris): shader mod for Fabric, WIP but works with many shaders already
|
||||||
- Continuity: connected textures
|
- requires [Sodium](https://github.com/CaffeineMC/sodium-fabric/releases)
|
||||||
- Farsight: cache chunks beyond the server’s viewing distance and render them anyway, also fixes the client rebuilding all loaded chunks when the server changes its viewing distance
|
- [Continuity](https://github.com/PepperCode1/Continuity/releases): connected textures
|
||||||
- Sheep Consistency: makes sheared sheep colored
|
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
|
||||||
- Presence Footsteps: not really *eye* candy but it fits best here, adds sounds for walking on different kinds of blocks
|
- [Farsight](https://www.curseforge.com/minecraft/mc-mods/farsight-fabric): cache chunks beyond the server’s 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:
|
### Other useful things:
|
||||||
- Logical Zoom: adds zoom
|
- [Logical Zoom](https://github.com/LogicalGeekBoy/logical_zoom/releases): adds zoom
|
||||||
- LambDynamicLights: dynamic lights
|
- [LambDynamicLights](https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights): dynamic lights
|
||||||
- Xaero’s 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)
|
|
||||||
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
|
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
|
||||||
- [Farsight](https://www.curseforge.com/minecraft/mc-mods/farsight-fabric)
|
- [Xaero’s Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap): minimap and waypoints
|
||||||
- [Sheep Consistency](https://www.curseforge.com/minecraft/mc-mods/sheep-consistency)
|
|
||||||
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
|
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
|
||||||
- [Presence Footsteps](https://www.curseforge.com/minecraft/mc-mods/presence-footsteps)
|
- [Litematica](https://www.curseforge.com/minecraft/mc-mods/litematica): allows you to copy and paste things by displaying schematics in the world
|
||||||
- [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)
|
|
||||||
- [Xaero’s 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)
|
|
||||||
- requires [MaLiLib](https://www.curseforge.com/minecraft/mc-mods/malilib)
|
- 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)
|
- requires [Litematica](https://www.curseforge.com/minecraft/mc-mods/litematica), [MaLiLib](https://www.curseforge.com/minecraft/mc-mods/malilib)
|
||||||
|
|
Loading…
Reference in New Issue