
地物collectors_delight_nullgr
青柠树生成
collectors_delight_nullgr:lime_tree
after_surface_pass,群系 jungle
地物生成
- 放置阶段
- after_surface_pass
- Feature
- collectors_delight_nullgr:lime_tree
- 放置方块
- collectors_delight_nullgr:lime_bush_full1
- 群系标签
- 丛林
组件摘要
{
"worldgen": {
"id": "collectors_delight_nullgr:lime_tree",
"placesFeature": "collectors_delight_nullgr:lime_tree",
"placedBlocks": [
"collectors_delight_nullgr:lime_bush_full1"
],
"biomeTags": [
"jungle"
],
"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": "jungle"
}
]
}
]
}
],
"placement_pass": "after_surface_pass"
}
}