Switched mc server to fabric

This commit is contained in:
Jan-Bulthuis 2025-07-13 16:04:16 +02:00
parent cf42666c1f
commit fa17ce5b03

View File

@ -38,8 +38,10 @@
autoStart = true;
serverProperties = {
white-list = true;
difficulty = "normal";
max-players = 5;
};
package = inputs.nix-minecraft.legacyPackages.${pkgs.system}.vanillaServers.vanilla-1_21_7;
package = inputs.nix-minecraft.legacyPackages.${pkgs.system}.fabricServers.fabric-1_21_7;
};
modpack = {
enable = false;