summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/ruined_portal_ocean.json
blob: db9865cd7b1ce81cad36777c883d6253ca25e31a (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
{
  "biomes": "#minecraft:has_structure/ruined_portal_ocean",
  "max_distance_from_center": 1,
  "setups": [
    {
      "air_pocket_probability": 0,
      "can_be_cold": true,
      "mossiness": 0.8,
      "overgrown": false,
      "placement": "on_ocean_floor",
      "replace_with_blackstone": false,
      "vines": false,
      "weight": 1
    }
  ],
  "size": 1,
  "spawn_overrides": {},
  "start_height": {
    "max_inclusive": {
      "below_top": 0
    },
    "min_inclusive": {
      "above_bottom": 0
    },
    "type": "minecraft:uniform"
  },
  "start_pool": "original_skyblock:empty_full",
  "step": "surface_structures",
  "type": "minecraft:jigsaw",
  "use_expansion_hack": false
}