After seeing this issue within 1.11, we updated to version 1.11.1. Again we're seeing the same issue with the NullPointerException ticking world.
After seeing this issue within 1.11, we updated to version 1.11.1. Again we're seeing the same issue with the NullPointerException ticking world.
Apparently
net.minecraft.world.gen.structure.MapGenStructure.getStructureAt(BlockPos)
calls the methodnet.minecraft.world.gen.structure.StructureStart.getBoundingBox()
of a structure start which has no bounding box set yet.Can you provide steps to reproduce?