返回首页
白灵芝生成
地物mushroon_delight_nullgr

白灵芝生成

mushroon_delight_nullgr:brich_artistconk

surface_pass,群系 birch、forest

地物生成

放置阶段
地表阶段
Feature
mushroon_delight_nullgr:brich_artistconk
放置方块
mushroon_delight_nullgr:brich_artistconk
群系标签
桦木林、森林

组件摘要

{
  "worldgen": {
    "id": "mushroon_delight_nullgr:brich_artistconk",
    "placesFeature": "mushroon_delight_nullgr:brich_artistconk",
    "placedBlocks": [
      "mushroon_delight_nullgr:brich_artistconk"
    ],
    "biomeTags": [
      "birch",
      "forest"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 100,
    "iterations": 50
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 50,
    "scatter_chance": 100,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "y": {
      "distribution": "uniform",
      "extent": [
        "query.get_height_at(variable.worldx,variable.worldz)-10",
        "query.get_height_at(variable.worldx,variable.worldz)+20"
      ]
    },
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "placement_pass": "surface_pass",
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "all_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "birch"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "forest"
              }
            ]
          }
        ]
      }
    ]
  }
}