-
Bug
-
Resolution: Fixed
-
20w21a, 20w22a, 1.16 Pre-release 2, 1.16 Pre-release 3, 1.16 Release Candidate 1, 1.16, 1.16.1, 20w28a
-
Confirmed
-
Custom Worlds
-
Low
The bug
When setting the generator.settings.structures parameter to an empty map, I would expect no structures to spawn. Instead every possible structure spawns in their respective biome, with the default settings for spacing, separation and salt. This causes the structures to spawn extremely frequent.
The expected behavior is that either no structures spawn, or that they spawn with more sensible defaults.
Relevant section in the worldgen settings
"generator": { "settings": { "structures": { "structures": {} } } }
How to reproduce
- Download the worldgen settings frequent_structures.json
- Create a new world and select the downloaded file when importing world settings
- Teleport to the custom:icy dimension
/execute in custom:icy run tp @s ~ 100 ~
Notice that all types of structures spawn excessively and close to each other
- is duplicated by
-
MC-185515 if a structure isn't defined in the custom json, the world generates structures at an extreme rate
- Resolved
-
MC-191543 Not specifying any structures in custom world settings will spawn structures extremely frequently, causing lag
- Resolved
-
MC-192056 Infinate structures when creating a custom world with a json file
- Resolved
-
MC-193299 Custom world generation not doing what I told it to
- Resolved