summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/ancient_city.json
blob: f83ac23727764ee6a98f4cdddd88e47469363260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "biomes": "#minecraft:has_structure/ancient_city",
  "max_distance_from_center": 116,
  "size": 7,
  "spawn_overrides": {
    "ambient": {
      "bounding_box": "full",
      "spawns": []
    },
    "axolotls": {
      "bounding_box": "full",
      "spawns": []
    },
    "creature": {
      "bounding_box": "full",
      "spawns": []
    },
    "misc": {
      "bounding_box": "full",
      "spawns": []
    },
    "monster": {
      "bounding_box": "full",
      "spawns": []
    },
    "underground_water_creature": {
      "bounding_box": "full",
      "spawns": []
    },
    "water_ambient": {
      "bounding_box": "full",
      "spawns": []
    },
    "water_creature": {
      "bounding_box": "full",
      "spawns": []
    }
  },
  "start_height": {
    "absolute": -27
  },
  "start_pool": "minecraft:ancient_city/city_center",
  "step": "underground_decoration",
  "terrain_adaptation": "beard_box",
  "type": "minecraft:jigsaw",
  "use_expansion_hack": false
}