返回首页
狼牙孢子生成
地物mushroon_delight_nullgr

狼牙孢子生成

mushroon_delight_nullgr:spore

surface_pass,群系 crimson_forest

地物生成

放置阶段
地表阶段
Feature
mushroon_delight_nullgr:spore
放置方块
mushroon_delight_nullgr:spore
群系标签
crimson_forest

组件摘要

{
  "worldgen": {
    "id": "mushroon_delight_nullgr:spore",
    "placesFeature": "mushroon_delight_nullgr:spore",
    "placedBlocks": [
      "mushroon_delight_nullgr:spore"
    ],
    "biomeTags": [
      "crimson_forest"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 100,
    "iterations": "undefined"
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": "math.random_integer(0,2)==0?math.random_integer(1,4):0",
    "scatter_chance": 100,
    "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": "crimson_forest"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "surface_pass"
  }
}