Increase view distance by one and update BeyondEnchant to use the Datapack instead of a jar file.
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m7s

This commit is contained in:
Root User 2026-04-01 14:47:36 +03:00
parent d0f22d66da
commit cf84784618
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -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";