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