fix reclamation modpack
All checks were successful
/ perform flake analysis (push) Successful in 1m36s
/ build hive configuration (push) Successful in 13m14s

This commit is contained in:
2026-01-07 12:44:30 +01:00
parent 76b2b92840
commit 681ddb80f7
2 changed files with 12 additions and 5 deletions

View File

@@ -25,7 +25,14 @@ in
package = pkgs.fabricServers.fabric;
symlinks = {
"mods" = reclamation.mods;
"mods" = "${reclamation.modpack}/mods";
"FTBLang" = "${reclamation.modpack}/FTBLang";
"defaultconfigs" = "${reclamation.modpack}/defaultconfigs";
"ressourcepacks" = "${reclamation.modpack}/ressourcepacks";
"config" = "${reclamation.modpack}/config";
"kubejs" = "${reclamation.modpack}/kubejs";
"patchouli_books" = "${reclamation.modpack}/patchouli_books";
"server.dat" = "${reclamation.modpack}/server.dat";
};
serverProperties = {