From bafafa33e05c81ab11004ff4a0c7c3b5fa8cbf42 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 2 Apr 2026 23:39:03 +0300 Subject: [PATCH] Add Sparkles resource pack to Minecraft configuration --- nix-system-configs/modules/system/minecraft.nix | 4 ++++ 1 file changed, 4 insertions(+) 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.