diff --git a/flake.lock b/flake.lock index d4473c4..42e417b 100644 --- a/flake.lock +++ b/flake.lock @@ -446,11 +446,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1767782017, - "narHash": "sha256-OlGy1kp4bQGhhft8C/s2g/UL1S1at7kQCu8cUDH4kN8=", + "lastModified": 1767786101, + "narHash": "sha256-ENlpYr2V5u0/Enq07nIHfzetqmS95aydQYIM6sISVUc=", "ref": "refs/heads/master", - "rev": "7aaf2dbc578b59a6566b4dc0210721ff557dd05f", - "revCount": 8, + "rev": "b71acff364b7b5eb3e1b68915aeb379053b86c94", + "revCount": 10, "type": "git", "url": "https://git.shobu.fr/sin_serhao/reclamation" }, diff --git a/hosts/thea/minecraft.nix b/hosts/thea/minecraft.nix index 8522f34..9c291a9 100644 --- a/hosts/thea/minecraft.nix +++ b/hosts/thea/minecraft.nix @@ -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 = {