From f56764686ad2e37ada7311f2f9284b83e5c9104a Mon Sep 17 00:00:00 2001 From: BaconCat__ <126538523+BaconCat1@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:09:01 -0800 Subject: [PATCH 1/2] Update paper-global.yml --- src/config/paper/paper-global.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/paper/paper-global.yml b/src/config/paper/paper-global.yml index 5ed3e0ac5..34c409c06 100644 --- a/src/config/paper/paper-global.yml +++ b/src/config/paper/paper-global.yml @@ -278,6 +278,10 @@ misc: default: "true" description: >- Whether the nether dimension is enabled and will be loaded. + fix-far-end-terrain-generation: + default: "true" + description: >- + Whether to fix MC-159283 which causes unusual ring-shaped terrain patterns in the outer End islands at extremely far distances. load-permissions-yml-before-plugins: default: "true" description: >- From 4d800654c7ffaee78372c764bf95a7597d281cec Mon Sep 17 00:00:00 2001 From: BaconCat__ <126538523+BaconCat1@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:13:07 -0800 Subject: [PATCH 2/2] add vanilla=false --- src/config/paper/paper-global.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/paper/paper-global.yml b/src/config/paper/paper-global.yml index 34c409c06..ef230fb26 100644 --- a/src/config/paper/paper-global.yml +++ b/src/config/paper/paper-global.yml @@ -279,6 +279,7 @@ misc: description: >- Whether the nether dimension is enabled and will be loaded. fix-far-end-terrain-generation: + vanilla: "false" default: "true" description: >- Whether to fix MC-159283 which causes unusual ring-shaped terrain patterns in the outer End islands at extremely far distances.