diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index 195e91d..6161c6b 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -355,6 +355,12 @@ in { url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/cxRGd2KF/audioplayer-fabric-2.1.0%2B1.21.11.jar"; sha512 = "81a1c432e51812e5ff7a2f3ea8030191d1f53ae4a3d42ab647358f52327e890c6d22b779c1ec02c5e92a3e438851d26aa6709dbb44af2d05fdd7c7d34e2f1dd4"; }; + + NoExpensive = pkgs.fetchurl { + url = "https://cdn.modrinth.com/data/2nz0kJ1N/versions/d5hrRE4O/NoExpensive-1.21.11-1.11.0.jar"; + sha512 = "e13baed31ac1abb084886cd40a731ba3805126d3d8cf49b7f8a9ff8a0eec2b2935da92fee2413765328e64f7e41918e3aa98d142b17e9baac2c0c8fdb91799f2"; + }; + } ); };