updated reclamation config
This commit is contained in:
@@ -10,8 +10,8 @@ let
|
||||
packHash = "sha256-+taYj4uroLNxM4Nia3n+5P1Y/g6dzE6Iq13TsZgk4mU=";
|
||||
};
|
||||
reclamation = pkgs.fetchPackwizModpack {
|
||||
url = "file:///${inputs.reclamation.reclamation}/pack.toml";
|
||||
packHash = lib.fakeHash;
|
||||
url = "file:///${inputs.reclamation.modpack}/pack.toml";
|
||||
packHash = "sha256-IEGFlPqykpE4eBJdehwGMN3SdFRjue9JIZSwm9Lmp1I=";
|
||||
};
|
||||
in
|
||||
{
|
||||
@@ -46,6 +46,7 @@ in
|
||||
symlinks = {
|
||||
"libraries" = inputs.testing-grounds.forge-libraries;
|
||||
"mods" = "${modpack}/mods";
|
||||
"mods/orphans" = "${inputs.reclamation.orphan_mods}";
|
||||
};
|
||||
|
||||
serverProperties = {
|
||||
|
||||
Reference in New Issue
Block a user