sora: enable minecraft

This commit is contained in:
notohh 2024-10-08 09:35:04 -04:00
parent 621ef46b6b
commit c0428931ef
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 6 additions and 6 deletions

View file

@ -11,8 +11,8 @@
### game servers ### game servers
# ./terraria.nix # ./terraria.nix
./factorio.nix # ./factorio.nix
# ./minecraft.nix ./minecraft.nix
# ./foundryvtt.nix # ./foundryvtt.nix
]; ];
} }

View file

@ -6,11 +6,11 @@ _: {
ports = ["25565:25565" "24454:24454/udp"]; ports = ["25565:25565" "24454:24454/udp"];
environment = { environment = {
EULA = "TRUE"; EULA = "TRUE";
VERSION = "1.19.2"; VERSION = "1.20.1";
MEMORY = "4G"; MEMORY = "6G";
TYPE = "FABRIC"; TYPE = "FABRIC";
FABRIC_LOADER_VERSION = "0.14.23"; # FABRIC_LOADER_VERSION = "0.15.11";
FABRIC_LAUNCHER_VERSION = "0.11.2"; # FABRIC_LAUNCHER_VERSION = "0.11.2";
}; };
volumes = ["/home/notoh/docker/modded-mc:/data:rw"]; volumes = ["/home/notoh/docker/modded-mc:/data:rw"];
}; };