
地物fruitfarmersdelight_nullgr
野生火龙果苗生成
fruitfarmersdelight_nullgr:wild_pitaya
surface_pass,群系 desert、overworld、!frozen、!ice、!cold
地物生成
- 放置阶段
- 地表阶段
- Feature
- fruitfarmersdelight_nullgr:wild_pitaya
- 放置方块
- fruitfarmersdelight_nullgr:wild_pitaya
- 群系标签
- 沙漠、主世界、非冰冻地带、非冰雪地带、非寒冷地带
组件摘要
{
"worldgen": {
"id": "fruitfarmersdelight_nullgr:wild_pitaya",
"placesFeature": "fruitfarmersdelight_nullgr:wild_pitaya",
"placedBlocks": [
"fruitfarmersdelight_nullgr:wild_pitaya"
],
"biomeTags": [
"desert",
"overworld",
"!frozen",
"!ice",
"!cold"
],
"placementPass": "surface_pass",
"scatterChance": 8,
"iterations": 3
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 3,
"scatter_chance": 8,
"x": {
"distribution": "uniform",
"extent": [
5,
11
]
},
"y": "query.get_height_at(variable.worldx,variable.worldz)+0",
"z": {
"distribution": "uniform",
"extent": [
5,
11
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"any_of": [
{
"all_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "desert"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "overworld"
},
{
"operator": "!=",
"test": "has_biome_tag",
"value": "frozen"
},
{
"operator": "!=",
"test": "has_biome_tag",
"value": "ice"
},
{
"operator": "!=",
"test": "has_biome_tag",
"value": "cold"
}
]
}
]
}
],
"placement_pass": "surface_pass"
}
}