Brettflan / WorldBorder

Bukkit plugin for maintaining borders for your worlds to limit their sizes, as well as generating missing chunks or trimming excess chunks.
https://www.spigotmc.org/resources/worldborder.60905/
BSD 2-Clause "Simplified" License
139 stars 210 forks source link

Alter fully generated prediction to match 1.13.x worldgen behavior #103

Closed mikeprimm closed 6 years ago

mikeprimm commented 6 years ago

Fix for #101 - addresses new multi-stage protochunk world generation in 1.13.x, which basically makes 'fully cooked' chunks depend upon a 3 chunk radius of other chunks at various minimum states above 'empty' but potentially below 'loadable'. Not sure it'll cover 100% of corner cases, but should prevent the most common cases where the existing algorithm is consistently off with 1.13.x