summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/monument.json
blob: 210441d1d85fe13f27aec35baeecc0ff0d8c73b0 (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
{
  "biomes": "#minecraft:has_structure/ocean_monument",
  "max_distance_from_center": 1,
  "size": 1,
  "spawn_overrides": {
    "axolotls": {
      "bounding_box": "full",
      "spawns": []
    },
    "monster": {
      "bounding_box": "full",
      "spawns": [
        {
          "maxCount": 4,
          "minCount": 2,
          "type": "minecraft:guardian",
          "weight": 1
        }
      ]
    },
    "underground_water_creature": {
      "bounding_box": "full",
      "spawns": []
    }
  },
  "start_height": {
    "max_inclusive": {
      "below_top": 0
    },
    "min_inclusive": {
      "above_bottom": 0
    },
    "type": "minecraft:biased_to_bottom"
  },
  "start_pool": "vanilla_skyblock:empty_full",
  "step": "surface_structures",
  "type": "minecraft:jigsaw",
  "use_expansion_hack": false
}