From 4c7e59720ca9252fe0408a793e4bdc5807d6105c Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Tue, 24 Mar 2026 23:28:58 +0100 Subject: [PATCH] Add disable portals --- nix-system-configs/modules/system/minecraft.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index e03f7c5..aad9531 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -224,6 +224,13 @@ in { url = "https://cdn.modrinth.com/data/xGdtZczs/versions/wugBT1fU/polymer-bundled-0.15.2%2B1.21.11.jar"; sha512 = "9c205ab398c324ee4dc376269d8aa5df64d11766b6418952a64d2df94f096e665f63eae0c4f0c66e22d03c6ff6767550d1777c28485340131e6556091199062a"; }; + + DisablePortals = pkgs.fetchurl { + url = "https://cdn.modrinth.com/data/8DuJdm3k/versions/TLo6KKYr/disableportals-0.4.4.jar"; + sha512 = "a12d25e34bfb4405f56736d77b9d587c2116f50b990b1ae809b2adbd970756f9af4927cf44291c06e858ffc889c2fb80ba1b9ac8b00c50089e41e2ad60ac16fe"; + }; + + } ); };