返回上一级
金合欢树桩生成
地物mushroon_delight_nullgr

金合欢树桩生成

mushroon_delight_nullgr:acacia_stump

surface_pass,群系 savanna、overworld

地物生成

放置阶段
地表阶段
Feature
mushroon_delight_nullgr:acacia_stump
放置方块
mushroon_delight_nullgr:acacia_stump
群系标签
热带草原、主世界

组件摘要

{
  "worldgen": {
    "id": "mushroon_delight_nullgr:acacia_stump",
    "placesFeature": "mushroon_delight_nullgr:acacia_stump",
    "placedBlocks": [
      "mushroon_delight_nullgr:acacia_stump"
    ],
    "biomeTags": [
      "savanna",
      "overworld"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 10,
    "iterations": 1
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 1,
    "scatter_chance": 10,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "y": {
      "distribution": "uniform",
      "extent": [
        "query.get_height_at(variable.worldx,variable.worldz)-0",
        "query.get_height_at(variable.worldx,variable.worldz)+0"
      ]
    },
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "all_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "savanna"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "overworld"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "surface_pass"
  }
}