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"; + }; } ); };