Add Sparkles resource pack to Minecraft configuration
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m13s

This commit is contained in:
Root User 2026-04-02 23:39:03 +03:00
parent 726cb85cd8
commit bafafa33e0
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -111,6 +111,10 @@ in {
enable-command-block = false; enable-command-block = false;
enable-rcon = false; enable-rcon = false;
level-type = "terralith:amplified_large_biomes"; 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. # Grant operator privileges to the user with the given UUID.