
地物farmer_delight_nullgr
沙生灌木生成
farmer_delight_nullgr:sandy_shrub
final_pass,群系 beach、overworld
地物生成
- 放置阶段
- 最终阶段
- Feature
- farmer_delight_nullgr:sandy_shrub_scatter
- 放置方块
- farmer_delight_nullgr:sandy_shrub
- 群系标签
- 沙滩、主世界
组件摘要
{
"worldgen": {
"id": "farmer_delight_nullgr:sandy_shrub",
"placesFeature": "farmer_delight_nullgr:sandy_shrub_scatter",
"placedBlocks": [
"farmer_delight_nullgr:sandy_shrub"
],
"biomeTags": [
"beach",
"overworld"
],
"placementPass": "final_pass",
"scatterChance": 70,
"iterations": 1
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 1,
"scatter_chance": 70,
"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": [
{
"all_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "beach"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "overworld"
}
]
}
]
}
],
"placement_pass": "final_pass"
}
}