返回上一级
地物ender_delight_nullgr

chorus succulent 1生成

ender_delight_nullgr:ender_delight_plant

final_pass,群系 the_end

概述

final_pass,群系 the_end

资料类型
地物
命名空间
ender_delight_nullgr
所属模组
ender-delight
关联资料
0 条
地物生成末地ender_delight_nullgr:chorus_succulent_1

用途与获取

  • 这是地物生成资料,放置阶段为 最终阶段。
  • 可能放置:ender_delight_nullgr:chorus_succulent_1。

关联知识

当前解析结果还没有发现配方、掉落、地物或实体关联。

数据来源

来源文件
EnderDelight_BP/netease_feature_rules/ender_delight_plant.json
条目 ID
ender_delight_nullgr:ender_delight_plant
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
建议补充获取方式和用途

地物生成

放置阶段
最终阶段
Feature
ender_delight_nullgr:ender_delight_plant
放置方块
ender_delight_nullgr:chorus_succulent_1
群系标签
末地
技术区:组件 JSON
{
  "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"
  }
}