> _


Notice: All shell commands in this article are built assuming you use Prism Launcher on a GNU/Linux distribution with 7z installed.

Description

The server is modded, the new content includes, but is not limited to:

Currently, the view and simulation distance is 8 chunks. Difficulty is hard.

Joining the game

Download the modpack from the link at the very beginning of this article. Then, the installation process depends on what OS and launcher you use. The recommended way is described below.

For GNU/Linux with Prism Launcher

Add a new instance with Minecraft 1.21.1 and NeoForge 21.1.219. Then:

cd ~/.local/share/PrismLauncher/instances/instancename/minecraft/mods/ && mv ~/Downloads/minecraft_mods.7z ./ && 7z e minecraft_mods.7z && rm minecraft_mods.7z
Replace instancename with the actual name you have assigned to your instance in Prism Launcher.

When in game, connect via the mc.nidhoggur.dev address.

Recommendations

1. Performance

In Sodium's settings, navigate to the Performance tab, and allocate only 1 CPU thread to be used for chunk updates. Or you can use 2 threads if your CPU has 12 or more threads. Also make sure Always Defer Chunk Updates is checked.

2. Visuals and audio — resourcepacks

Download the resourcepacks archive from here. Then, use this command:
cd ~/.local/share/PrismLauncher/instances/instancename/minecraft/resourcepacks/ && mv ~/Downloads/minecraft_resourcepacks.7z ./ && 7z e minecraft_resourcepacks.7z && rm minecraft_resourcepacks.7z