From b6defb06c573d4049d0db9418a25419a99366ea8 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Mon, 30 Mar 2026 12:56:26 +0300 Subject: [PATCH] Added evil feature to voice chat >:3 --- 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 6d79490..ba105b8 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -180,6 +180,11 @@ in { sha512 = "afc78e3d8ca463fb783b00ec3d4cb938ff9249f088d077f8cd75f6c846419e0fe4916061f57a0b188a5c28565c934623c52113f476e69e82aecabaffc8e8fdcc"; }; + VoiceChatEvilMod = pkgs.fetchurl { + url = "https://cdn.modrinth.com/data/qsSP2ZZ0/versions/9PqoA83N/vcinteraction-fabric-1.21.11-1.0.8.jar"; + sha512 = "c16e9233d4798333650e90006b0657a0e7c347703fbab5e9546d38ffc528f9df2bbf82bf2e4d0b49de2ec6891b3b550b6104b0d3a8b111527434359fc41c6411"; + }; + Incendium = pkgs.fetchurl { url = "https://cdn.modrinth.com/data/ZVzW5oNS/versions/fwHirj8n/Incendium_1.21.x_v5.4.11.jar"; sha512 = "42a6d14c290d799a99e51f2730403221a1d5be7863c796d275aa916e6735c02397390236a2ae01800566288419adebe7776c563d6a3c2e4a2f9245d375da88d7"; @@ -236,6 +241,8 @@ in { }; + + } ); };