
地物collectors_delight_nullgr
野生刺角瓜从生成
collectors_delight_nullgr:wild_pink_dragon_fruit
after_surface_pass,群系 desert
概述
after_surface_pass,群系 desert
- 资料类型
- 地物
- 命名空间
- collectors_delight_nullgr
- 所属模组
- collector-delight
- 关联资料
- 1 条
地物生成沙漠collectors_delight_nullgr:dragon_bush
用途与获取
- 这是地物生成资料,放置阶段为 after_surface_pass。
- 可能放置:collectors_delight_nullgr:dragon_bush。
关联知识
数据来源
- 来源文件
- CollectorDelight_BP/netease_feature_rules/wild_pink_dragon_fruit.json
- 条目 ID
- collectors_delight_nullgr:wild_pink_dragon_fruit
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
地物生成
- 放置阶段
- after_surface_pass
- Feature
- collectors_delight_nullgr:wild_pink_dragon_fruit
- 放置方块
- collectors_delight_nullgr:dragon_bush
- 群系标签
- 沙漠
技术区:组件 JSON
{
"worldgen": {
"id": "collectors_delight_nullgr:wild_pink_dragon_fruit",
"placesFeature": "collectors_delight_nullgr:wild_pink_dragon_fruit",
"placedBlocks": [
"collectors_delight_nullgr:dragon_bush"
],
"biomeTags": [
"desert"
],
"placementPass": "after_surface_pass",
"scatterChance": 5,
"iterations": 3
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 3,
"scatter_chance": 5,
"x": {
"distribution": "uniform",
"extent": [
3,
9
]
},
"y": "query.above_top_solid(variable.worldx,variable.worldz)==query.get_height_at(variable.worldx,variable.worldz)?query.above_top_solid(variable.worldx,variable.worldz):-999",
"z": {
"distribution": "uniform",
"extent": [
1,
12
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"all_of": [
{
"all_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "desert"
}
]
}
]
}
],
"placement_pass": "after_surface_pass"
}
}