From c80877a9a906af3f3d67068bc7c8dd1adec0b20a Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sun, 22 Mar 2026 01:13:38 +0100 Subject: [PATCH] Add PolymerBundled mod to Minecraft configuration --- nix-system-configs/modules/system/minecraft.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index 7df67c8..1747c96 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -220,6 +220,11 @@ in { sha512 = "62b4e92a9f93585d65a4ef4965472a55f9c180cbc946d4f08ad1f801c59e967a0123b5b3fc6f444504f1088026c0eca65f9d530adee64721ea85ff7c8cc7eca8"; }; + PolymerBundled = pkgs.fetchurl { + url = "https://cdn.modrinth.com/data/xGdtZczs/versions/wugBT1fU/polymer-bundled-0.15.2%2B1.21.11.jar"; + sha512 = "9c205ab398c324ee4dc376269d8aa5df64d11766b6418952a64d2df94f096e665f63eae0c4f0c66e22d03c6ff6767550d1777c28485340131e6556091199062a"; + }; + } ); };