
地物mushroon_delight_nullgr
粉色荧光菇生成
mushroon_delight_nullgr:glowshroomsredone_pink
surface_pass,群系 cherry_grove、flower_forest
概述
surface_pass,群系 cherry_grove、flower_forest
- 资料类型
- 地物
- 命名空间
- mushroon_delight_nullgr
- 所属模组
- mushroom-delight
- 关联资料
- 1 条
地物生成cherry_groveflower_forestmushroon_delight_nullgr:glowshroomsredone_pink
用途与获取
- 这是地物生成资料,放置阶段为 地表阶段。
- 可能放置:mushroon_delight_nullgr:glowshroomsredone_pink。
关联知识
数据来源
- 来源文件
- MushroomDelight_BP/netease_feature_rules/glowshroomsredone_pink.json
- 条目 ID
- mushroon_delight_nullgr:glowshroomsredone_pink
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
地物生成
- 放置阶段
- 地表阶段
- Feature
- mushroon_delight_nullgr:glowshroomsredone_pink
- 放置方块
- mushroon_delight_nullgr:glowshroomsredone_pink
- 群系标签
- cherry_grove、flower_forest
技术区:组件 JSON
{
"worldgen": {
"id": "mushroon_delight_nullgr:glowshroomsredone_pink",
"placesFeature": "mushroon_delight_nullgr:glowshroomsredone_pink",
"placedBlocks": [
"mushroon_delight_nullgr:glowshroomsredone_pink"
],
"biomeTags": [
"cherry_grove",
"flower_forest"
],
"placementPass": "surface_pass",
"scatterChance": 20,
"iterations": 5
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 5,
"scatter_chance": 20,
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"y": "query.get_height_at(variable.worldx,variable.worldz)+0",
"z": {
"distribution": "uniform",
"extent": [
0,
16
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"all_of": [
{
"any_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "cherry_grove"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "flower_forest"
}
]
}
]
}
],
"placement_pass": "surface_pass"
}
}