返回首页
地物ender_delight_nullgr

chorus succulent 1生成

ender_delight_nullgr:ender_delight_plant

final_pass,群系 the_end

地物生成

放置阶段
最终阶段
Feature
ender_delight_nullgr:ender_delight_plant
放置方块
ender_delight_nullgr:chorus_succulent_1
群系标签
末地

组件摘要

{
  "worldgen": {
    "id": "ender_delight_nullgr:ender_delight_plant",
    "placesFeature": "ender_delight_nullgr:ender_delight_plant",
    "placedBlocks": [
      "ender_delight_nullgr:chorus_succulent_1"
    ],
    "biomeTags": [
      "the_end"
    ],
    "placementPass": "final_pass",
    "scatterChance": 100,
    "iterations": 10
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 10,
    "scatter_chance": 100,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "y": {
      "distribution": "uniform",
      "extent": [
        "query.get_height_at(variable.worldx,variable.worldz)+60",
        "query.get_height_at(variable.worldx,variable.worldz)+120"
      ]
    },
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "the_end"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "final_pass"
  }
}