返回首页
紫色灰孢伞生成
地物mushroon_delight_nullgr

紫色灰孢伞生成

mushroon_delight_nullgr:toadstool_purple

surface_pass,群系 swamp、overworld、soulsand_valley、roofed

地物生成

放置阶段
地表阶段
Feature
mushroon_delight_nullgr:toadstool_purple
放置方块
mushroon_delight_nullgr:toadstool_purple
群系标签
沼泽、主世界、soulsand_valley、roofed

组件摘要

{
  "worldgen": {
    "id": "mushroon_delight_nullgr:toadstool_purple",
    "placesFeature": "mushroon_delight_nullgr:toadstool_purple",
    "placedBlocks": [
      "mushroon_delight_nullgr:toadstool_purple"
    ],
    "biomeTags": [
      "swamp",
      "overworld",
      "soulsand_valley",
      "roofed"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 10,
    "iterations": 4
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 4,
    "scatter_chance": 10,
    "x": {
      "distribution": "uniform",
      "extent": [
        6,
        16
      ]
    },
    "y": "query.get_height_at(variable.worldx,variable.worldz)",
    "z": {
      "distribution": "uniform",
      "extent": [
        6,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "any_of": [
          {
            "all_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "swamp"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "overworld"
              }
            ]
          },
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "soulsand_valley"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "roofed"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "surface_pass"
  }
}