containerize minecraft?

This commit is contained in:
2025-08-03 16:56:41 -05:00
parent f05bb1d852
commit e90ffdc6c9
357 changed files with 3068 additions and 4 deletions

View File

@@ -24,21 +24,24 @@
servers = {
vanilla = {
bedrock = {
enable = true;
package = pkgs.fabricServers.fabric-1_21_5;
package = pkgs.fabricServers.fabric-1_21_8;
serverProperties = {
server-port = 25565;
gamemode = "survival";
white-list = true;
motd = "Didn't see that coming huh?";
};
whitelist = {
/*whitelist = {
"MeasureTwice66" = "a4032062-293d-484d-a790-9f52475836bb";
"651sonic" = "936a3fb0-4548-4557-975b-7794e97a3afc";
"Griffin12_" = "6a1f56d9-f712-4723-a031-e5437a389bb3";
};
};*/
autoStart = true;
symlinks = {
"mods" = ./mods;
};
};
modded = {