返回上一级
云杉树桩生成
地物mushroon_delight_nullgr

云杉树桩生成

mushroon_delight_nullgr:spruce_stump

surface_pass,群系 taiga、forest、hill、mutated

地物生成

放置阶段
地表阶段
Feature
mushroon_delight_nullgr:spruce_stump
放置方块
mushroon_delight_nullgr:spruce_stump
群系标签
针叶林、森林、hill、mutated

组件摘要

{
  "worldgen": {
    "id": "mushroon_delight_nullgr:spruce_stump",
    "placesFeature": "mushroon_delight_nullgr:spruce_stump",
    "placedBlocks": [
      "mushroon_delight_nullgr:spruce_stump"
    ],
    "biomeTags": [
      "taiga",
      "forest",
      "hill",
      "mutated"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 10,
    "iterations": 2
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 2,
    "scatter_chance": 10,
    "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": "taiga"
              }
            ]
          },
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "forest"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "hill"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "mutated"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "surface_pass"
  }
}