diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index 57834bb..8e26e85 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -75,7 +75,7 @@ in { autoStart = true; restart = "always"; - package = pkgs.neoforgeServers.neoforge-1_21_1-21_1_220; + package = pkgs.neoforgeServers.neoforge-1_21_1-21_1_222; jvmOpts = lib.concatStringsSep " " [ "-Xms18G"