返回上一级
粉色荧光菇生成
地物mushroon_delight_nullgr

粉色荧光菇生成

mushroon_delight_nullgr:glowshroomsredone_pink

surface_pass,群系 cherry_grove、flower_forest

地物生成

放置阶段
地表阶段
Feature
mushroon_delight_nullgr:glowshroomsredone_pink
放置方块
mushroon_delight_nullgr:glowshroomsredone_pink
群系标签
cherry_grove、flower_forest

组件摘要

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