update modpack and include datapacks
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 59s

This commit is contained in:
Satria 2026-05-09 23:31:50 +07:00
commit 51ea852026

View file

@ -2,9 +2,9 @@
ram-allocation-mb = 12288; ram-allocation-mb = 12288;
rcon-pass = "howdy"; rcon-pass = "howdy";
modpack = let modpack = let
commit = "9241d6b4642239a6dfb5629ddb822a127bf93dff"; commit = "c204d7f5891543b9f15b5d6ba9a7904bab93bfde";
in pkgs.fetchPackwizModpack { in pkgs.fetchPackwizModpack {
packHash = "sha256-GwXJf81iXuEEQeg97nKxzGG/dYl9l8xMW0+mOHRiSAQ="; packHash = "";
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml"; url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml";
}; };
@ -96,7 +96,7 @@ in {
symlinks = { symlinks = {
# "server-icon.png" = "${modpack}/server-icon.png"; # "server-icon.png" = "${modpack}/server-icon.png";
# "resources/datapack/required" = "${modpack}/datapacks"; "world/datapacks" = "${modpack}/datapacks";
"mods" = "${modpack}/mods"; "mods" = "${modpack}/mods";
}; };
}; };