switch to vanilla minecraft

This commit is contained in:
2025-04-05 23:46:25 -05:00
parent 301f257ed6
commit b3eeda29de

View File

@@ -22,7 +22,7 @@
servers = {
/*vanilla = {
vanilla = {
enable = true;
package = pkgs.fabricServers.fabric;
serverProperties = {
@@ -30,6 +30,7 @@
gamemode = "survival";
level-seed = "betterseed";
whitelist = true;
motd = "Didn't see that coming huh?";
};
whitelist = {
"MeasureTwice66" = "a4032062-293d-484d-a790-9f52475836bb";
@@ -37,9 +38,9 @@
"Griffin12_" = "6a1f56d9-f712-4723-a031-e5437a389bb3";
};
autoStart = true;
};*/
};
modded = {
/*modded = {
enable = true;
package = pkgs.fabricServers.fabric-1_21_1;
serverProperties = {
@@ -58,7 +59,7 @@
symlinks = {
mods = ./mods;
};
};
};*/
};
};
};