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.
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.