返回首页
地物miners_delight

stone wild cave carrots生成

miners_delight:stone_wild_cave_carrots

after_surface_pass,群系 lush_caves、caves

地物生成

放置阶段
after_surface_pass
Feature
miners_delight:stone_wild_cave_carrots2
放置方块
群系标签
lush_caves、caves

组件摘要

{
  "worldgen": {
    "id": "miners_delight:stone_wild_cave_carrots",
    "placesFeature": "miners_delight:stone_wild_cave_carrots2",
    "placedBlocks": [],
    "biomeTags": [
      "lush_caves",
      "caves"
    ],
    "placementPass": "after_surface_pass",
    "scatterChance": 30,
    "iterations": 50
  },
  "distribution": {
    "iterations": 50,
    "scatter_chance": 30,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "y": {
      "distribution": "uniform",
      "extent": [
        -64,
        256
      ]
    },
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "operator": "==",
        "test": "has_biome_tag",
        "value": "lush_caves"
      },
      {
        "operator": "==",
        "test": "has_biome_tag",
        "value": "caves"
      }
    ],
    "placement_pass": "after_surface_pass"
  }
}