summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/village_desert.json
blob: c0f2fbabbd91ea3a4f4277ecbc2a579edd060487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "biomes": "#minecraft:has_structure/village_desert",
  "max_distance_from_center": 80,
  "size": 6,
  "spawn_overrides": {},
  "start_height": {
    "max_inclusive": {
      "below_top": 0
    },
    "min_inclusive": {
      "above_bottom": 0
    },
    "type": "minecraft:biased_to_bottom"
  },
  "start_pool": "minecraft:village/desert/town_centers",
  "step": "surface_structures",
  "terrain_adaptation": "beard_thin",
  "type": "minecraft:jigsaw",
  "use_expansion_hack": true
}