Minecraft-Server/survival/mods.md

53 lines
3.9 KiB
Markdown
Raw Permalink Normal View History

2022-05-16 12:48:41 +02:00
# Recommended Mods
2022-05-16 12:59:33 +02:00
This document has two sections:
- List of recommended mods with links
2022-05-16 12:48:41 +02:00
- General installation instructions
## Mod List
2022-05-16 12:59:33 +02:00
All the mods listed below require the [Fabric mod loader](https://fabricmc.net/use). Fabric is a modern lightweight alternative to Forge.
2022-05-16 12:48:41 +02:00
### Performance mods:
2022-05-16 12:59:33 +02:00
- [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)
2022-05-16 12:48:41 +02:00
### Eye candy:
2022-05-16 12:59:33 +02:00
- [Iris](https://modrinth.com/mod/iris): shader mod for Fabric, WIP but works with many shaders already
2022-05-16 12:48:41 +02:00
- requires [Sodium](https://github.com/CaffeineMC/sodium-fabric/releases)
2022-05-16 12:59:33 +02:00
- [Continuity](https://github.com/PepperCode1/Continuity/releases): connected textures
2022-05-16 12:48:41 +02:00
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
2022-05-16 12:59:33 +02:00
- [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
2022-05-16 12:48:41 +02:00
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
2022-05-16 12:59:33 +02:00
- [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](https://github.com/LogicalGeekBoy/logical_zoom/releases): adds zoom
- [LambDynamicLights](https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights): dynamic lights
2022-05-16 12:48:41 +02:00
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
2022-05-16 12:59:33 +02:00
- [Xaeros Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap): minimap and waypoints
2022-05-16 12:48:41 +02:00
- requires [Fabric API](https://modrinth.com/mod/fabric-api)
2022-05-21 08:11:56 +02:00
- make sure to download the Fabric version of Xaero Minimap (both Fabric and Forge are on the same page)
2022-05-16 12:59:33 +02:00
- [Litematica](https://www.curseforge.com/minecraft/mc-mods/litematica): allows you to copy and paste things by displaying schematics in the world
2022-05-16 12:48:41 +02:00
- requires [MaLiLib](https://www.curseforge.com/minecraft/mc-mods/malilib)
2022-05-16 12:59:33 +02:00
- [Litematica Printer](https://github.com/aleksilassila/litematica-printer/releases): places blocks for Litematica schematics automatically
2022-05-16 12:48:41 +02:00
- requires [Litematica](https://www.curseforge.com/minecraft/mc-mods/litematica), [MaLiLib](https://www.curseforge.com/minecraft/mc-mods/malilib)
2022-05-16 13:11:33 +02:00
## Installation
Installation of fabric mods works exactly as with Forge mods.
Here is a short list of steps:
1. Install [Fabric Loader](https://fabricmc.net/use)
2. (optional) Create a separate profile in the Minecraft launcher
2022-05-16 13:12:51 +02:00
- Go to the `Installations` tab
- `New Installation`
- Enter a name, set the version to the previously installed Fabric Loader, change the game directory to a separate directory to keep things clean in your main `.minecraft` directory
- `Create`
2022-05-16 13:11:33 +02:00
3. Put the mods in the `mods` folder inside the game directory (launch Minecraft once with this profile if it doesnt exist, then close it again)
2023-05-16 04:08:25 +02:00
4. You should be all set. Launch Minecraft and enjoy your mods. The launcher may complain about Minecraft being modded because ... well... it is. Duh. Microsoft doesnt want you to do that.