返回上一级
长柄幽灵白伞菌生成
地物mushroon_delight_nullgr

长柄幽灵白伞菌生成

mushroon_delight_nullgr:glowstools

surface_pass,群系 warped_forest

地物生成

放置阶段
地表阶段
Feature
mushroon_delight_nullgr:glowstools
放置方块
mushroon_delight_nullgr:glowstools
群系标签
warped_forest

组件摘要

{
  "worldgen": {
    "id": "mushroon_delight_nullgr:glowstools",
    "placesFeature": "mushroon_delight_nullgr:glowstools",
    "placedBlocks": [
      "mushroon_delight_nullgr:glowstools"
    ],
    "biomeTags": [
      "warped_forest"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 100,
    "iterations": "undefined"
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": "math.random_integer(0,2)==1?math.random_integer(2,4):0",
    "scatter_chance": 100,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "y": "query.get_height_at(variable.worldx,variable.worldz)",
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "warped_forest"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "surface_pass"
  }
}