地物collectors_delight_nullgr
shiliu tree生成
collectors_delight_nullgr:shiliu_tree
after_surface_pass,群系 jungle、bamboo
地物生成
- 放置阶段
- after_surface_pass
- Feature
- collectors_delight_nullgr:pomegranate_tree
- 放置方块
- 无
- 群系标签
- 丛林、bamboo
组件摘要
{
"worldgen": {
"id": "collectors_delight_nullgr:shiliu_tree",
"placesFeature": "collectors_delight_nullgr:pomegranate_tree",
"placedBlocks": [],
"biomeTags": [
"jungle",
"bamboo"
],
"placementPass": "after_surface_pass",
"scatterChance": 1,
"iterations": 1
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 1,
"scatter_chance": 1,
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"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": [
0,
16
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"all_of": [
{
"any_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "jungle"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "bamboo"
}
]
}
]
}
],
"placement_pass": "after_surface_pass"
}
}