summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/shipwreck.json
blob: 5df556c7d8773734a445b2d0da1452c18ae5367a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "type": "minecraft:jigsaw",
  "biomes": "#minecraft:has_structure/shipwreck",
  "step": "surface_structures",
  "spawn_overrides": {},
  "is_beached": false,
	"start_pool": "vanilla_skyblock:empty_16",
	"max_distance_from_center": 1,
	"size": 1,
	"start_height": {
    "type": "minecraft:uniform",
    "min_inclusive": {
      "above_bottom": 0
    },
    "max_inclusive": {
      "below_top": 0
    }
	},
	"use_expansion_hack": false
}