From cf84784618c829b0bb62ec0268c6fb84a84b02ec Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Wed, 1 Apr 2026 14:47:36 +0300 Subject: [PATCH] Increase view distance by one and update BeyondEnchant to use the Datapack instead of a jar file. --- nix-system-configs/modules/system/minecraft.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index d220574..ec5fccd 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -105,7 +105,7 @@ in { online-mode = true; white-list = false; spawn-protection = 0; - view-distance = 8; + view-distance = 9; simulation-distance = 4; enforce-secure-profile = false; enable-command-block = false; @@ -270,10 +270,7 @@ in { sha512 = "948b1e4ced7ea15a21bc7af78feebc32e31a23d5619bfff8c4efa6b9560e402c11e11bb5ba238d8a2940b20cad5d32adb5cc733c2c51b2949f6b5c962295a524"; }; - BeyondEnchant = pkgs.fetchurl { - url = "https://cdn.modrinth.com/data/t2pMCVgG/versions/B5Eitclf/BeyondEnchant-1.7.0.jar"; - sha512 = "f002e5ea5a569602851ca3bd12170253503f7afb741f7d9c47f908bc6fe25f842632a7e032e20adba7d6258dee1925a619279db33125493c1c5904957ecc3bdd"; - }; + # Beyond Enchant Uses the Datapack instead. UnderwaterEnchant = pkgs.fetchurl { url = "https://cdn.modrinth.com/data/e8JtTY4h/versions/mWHa1dMI/underwaterenchanting-1.21.11-2.9.jar";