From e24a25097a71eb4eaf7f831fe21755b9cd29efaf Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Wed, 8 Jun 2022 11:06:48 -0700 Subject: [PATCH] correct patch description --- .../0435-Fix-missing-chunks-due-to-integer-overflow.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/0435-Fix-missing-chunks-due-to-integer-overflow.patch b/patches/server/0435-Fix-missing-chunks-due-to-integer-overflow.patch index 0e0c63f68..8b62d6533 100644 --- a/patches/server/0435-Fix-missing-chunks-due-to-integer-overflow.patch +++ b/patches/server/0435-Fix-missing-chunks-due-to-integer-overflow.patch @@ -3,7 +3,7 @@ From: David Slovikosky Date: Tue, 9 Jun 2020 00:10:03 -0700 Subject: [PATCH] Fix missing chunks due to integer overflow -This patch fixes a bug in the WorldChunkManagerTheEnd class where the distance +This patch fixes a bug in the EndIslandDensityFunction class where the distance from 0,0 squared overflows the maximum size of an integer. The overflow leads to hard chunk borders around 370,000 blocks from 0,0. After this cutoff there is a few hundred thousand block gap before end land resuming to generate at