1 2 3 4 5 6 7 8 9 10 11 12 13 14 | include: world: "configs/worldgen/world.default.yaml" layout: "configs/worldgen/layouts/mixed_field.yaml" stochastic: enabled: false layout_choices: - "configs/worldgen/layouts/mixed_field.yaml" distribution_choices: - "csr.yaml" - "regular.yaml" - "clustered.yaml" - "scale_dependent.yaml" distribution_mode: "per_entry" |