From 4732cc07226a54abb7c779029ef51f36a068ca28 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Tue, 12 May 2026 14:58:04 +0200 Subject: [PATCH] Forgor Mineconf --- 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 6161c6b..cdf1193 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -361,6 +361,10 @@ in { sha512 = "e13baed31ac1abb084886cd40a731ba3805126d3d8cf49b7f8a9ff8a0eec2b2935da92fee2413765328e64f7e41918e3aa98d142b17e9baac2c0c8fdb91799f2"; }; + MineConf = pkgs.fetchurl { + url = "https://cdn.modrinth.com/data/NfULUoHI/versions/NSEQamiF/mineconf-1.21.11-1.1.2.jar"; + sha512 = "2abc2fc37bdcf9c218bf733b691995afb4b81edc96ea31c93f9a70d8bd782904c3deeddb7408b4ea577c4b0bec7ce487bda3ab8ec15ff58c0d9f33894b5dc6b1"; + }; } ); };