mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
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
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m7s
This commit is contained in:
parent
d0f22d66da
commit
cf84784618
1 changed files with 2 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue