DaFuqs / StarrySkies

Minecraft "skyblock style" worldgen mod for fabric
GNU Lesser General Public License v3.0
6 stars 4 forks source link

[BUG] Revamp decorators for fixing out-of-bounds problems #21

Closed DaFuqs closed 3 years ago

DaFuqs commented 3 years ago

Describe the bug 1.17 is much less generous with world gen code. Large spheres can be bigger than the 3x3 chunk size that is used for decorating chunks. Chunks that are out of that range will throw errors when accessed.

Error: "Detected setBlock in a far chunk [-13, -7], pos: BlockPos{x=-193, y=165, z=-111}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/configured_feature / starry_sky:starry_sky_spheroid_decorator]"

To Reproduce Create a new world, load a huge sphere with decorators.

DaFuqs commented 3 years ago

done.