
地物mushroon_delight_nullgr
云耳生成
mushroon_delight_nullgr:acacia_woodear
surface_pass,群系 savanna
地物生成
- 放置阶段
- 地表阶段
- Feature
- mushroon_delight_nullgr:acacia_woodear_scatter
- 放置方块
- mushroon_delight_nullgr:acacia_woodear
- 群系标签
- 热带草原
组件摘要
{
"worldgen": {
"id": "mushroon_delight_nullgr:acacia_woodear",
"placesFeature": "mushroon_delight_nullgr:acacia_woodear_scatter",
"placedBlocks": [
"mushroon_delight_nullgr:acacia_woodear"
],
"biomeTags": [
"savanna"
],
"placementPass": "surface_pass",
"scatterChance": 100,
"iterations": 4
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 4,
"scatter_chance": 100,
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"y": {
"distribution": "uniform",
"extent": [
"query.get_height_at(variable.worldx,variable.worldz)",
"query.get_height_at(variable.worldx,variable.worldz)+5"
]
},
"z": {
"distribution": "uniform",
"extent": [
0,
16
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"all_of": [
{
"any_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "savanna"
}
]
}
]
}
],
"placement_pass": "surface_pass"
}
}