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