summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/shipwreck_beached.json
blob: f4e861fb41ac895f8010d0808c694c546bbc9852 (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/shipwreck_beached",
  "is_beached": true,
  "max_distance_from_center": 1,
  "size": 1,
  "spawn_overrides": {},
  "start_height": {
    "max_inclusive": {
      "below_top": 0
    },
    "min_inclusive": {
      "above_bottom": 0
    },
    "type": "minecraft:uniform"
  },
  "start_pool": "vanilla_skyblock:empty_16",
  "step": "surface_structures",
  "type": "minecraft:jigsaw",
  "use_expansion_hack": false
}