summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/ocean_ruin_cold.json
blob: ad12c20c9e2abf913b76920b395e54960b41f141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "type": "minecraft:jigsaw",
  "biomes": "#minecraft:has_structure/ocean_ruin_cold",
  "step": "surface_structures",
  "spawn_overrides": {},
  "biome_temp": "cold",
  "large_probability": 0.3,
  "cluster_probability": 0.9,
	"start_pool": "vanilla_skyblock:ocean_ruin_cold",
	"max_distance_from_center": 1,
	"size": 1,
	"start_height": {
    "type": "minecraft:very_biased_to_bottom",
    "min_inclusive": {
      "above_bottom": 0
    },
    "max_inclusive": {
      "below_top": 0
    }
	},
	"use_expansion_hack": false
}