返回上一级
地物collectors_delight_nullgr

mushromm生成

collectors_delight_nullgr:mushromm

after_surface_pass,群系 meadow、swamp、taiga、roofed_forest

地物生成

放置阶段
after_surface_pass
Feature
collectors_delight_nullgr:mush_room_all
放置方块
群系标签
meadow、沼泽、针叶林、roofed_forest

组件摘要

{
  "worldgen": {
    "id": "collectors_delight_nullgr:mushromm",
    "placesFeature": "collectors_delight_nullgr:mush_room_all",
    "placedBlocks": [],
    "biomeTags": [
      "meadow",
      "swamp",
      "taiga",
      "roofed_forest"
    ],
    "placementPass": "after_surface_pass",
    "scatterChance": 20,
    "iterations": 1
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 1,
    "scatter_chance": 20,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "y": "query.above_top_solid(variable.worldx,variable.worldz)==query.get_height_at(variable.worldx,variable.worldz)?query.above_top_solid(variable.worldx,variable.worldz):-999",
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "meadow"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "swamp"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "taiga"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "roofed_forest"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "after_surface_pass"
  }
}