diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index f8e9c56..5d1128b 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -111,6 +111,10 @@ in { enable-command-block = false; enable-rcon = false; level-type = "terralith:amplified_large_biomes"; + #curl -sL "https://cdn.modrinth.com/data/HfNmMQ9E/versions/AIg6K6QE/Sparkles_26.1_v1.1.7.zip" | sha1sum | cut -d ' ' -f 1 + resource-pack = "https://cdn.modrinth.com/data/HfNmMQ9E/versions/AIg6K6QE/Sparkles_26.1_v1.1.7.zip"; + require-resource-pack = false; + resource-pack-sha1 = "7fdbd1e5e02191731aaa5298a61d457133cc8b00"; }; # Grant operator privileges to the user with the given UUID.