summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/fortress.json
blob: 8df6b10b429a5cd75a9c0b7923c64d85b0e48027 (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
48
49
50
51
52
53
54
55
{
  "biomes": "#minecraft:has_structure/nether_fortress",
  "max_distance_from_center": 1,
  "size": 1,
  "spawn_overrides": {
    "monster": {
      "bounding_box": "piece",
      "spawns": [
        {
          "maxCount": 3,
          "minCount": 2,
          "type": "minecraft:blaze",
          "weight": 10
        },
        {
          "maxCount": 4,
          "minCount": 4,
          "type": "minecraft:zombified_piglin",
          "weight": 5
        },
        {
          "maxCount": 5,
          "minCount": 5,
          "type": "minecraft:wither_skeleton",
          "weight": 8
        },
        {
          "maxCount": 5,
          "minCount": 5,
          "type": "minecraft:skeleton",
          "weight": 2
        },
        {
          "maxCount": 4,
          "minCount": 4,
          "type": "minecraft:magma_cube",
          "weight": 3
        }
      ]
    }
  },
  "start_height": {
    "max_inclusive": {
      "below_top": 0
    },
    "min_inclusive": {
      "above_bottom": 0
    },
    "type": "minecraft:biased_to_bottom"
  },
  "start_pool": "original_skyblock:empty_full",
  "step": "underground_decoration",
  "type": "minecraft:jigsaw",
  "use_expansion_hack": false
}