Forge Installation
DANGER
Forge downloading is currently broken, please wait for a fix
To install Forge, you need to pick a loader version that is compatible with the selected minecraft version. You can see which loader versions work with your mc version here
nix
programs.minecraft = {
enable = true;
instances = {
"your-forge-instance-name" = {
minecraft.version = "1.21";
forge.version = "51.0.33";
forge.hash = "";
};
};
};TIP
Leave forge.hash blank and rebuild, nix will tell you what hash to use.