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