
地物brazilian_delight_nullgr
野生豆子生成
brazilian_delight_nullgr:brazilian_delight_nullgr_wild_beans
after_sky_pass,群系 forest、overworld、!frozen、!ice、!cold、swamp
地物生成
- 放置阶段
- after_sky_pass
- Feature
- brazilian_delight_nullgr:wild_beans_scatter_braz
- 放置方块
- brazilian_delight_nullgr:wild_beans
- 群系标签
- 森林、主世界、非冰冻地带、非冰雪地带、非寒冷地带、沼泽
组件摘要
{
"worldgen": {
"id": "brazilian_delight_nullgr:brazilian_delight_nullgr_wild_beans",
"placesFeature": "brazilian_delight_nullgr:wild_beans_scatter_braz",
"placedBlocks": [
"brazilian_delight_nullgr:wild_beans"
],
"biomeTags": [
"forest",
"overworld",
"!frozen",
"!ice",
"!cold",
"swamp"
],
"placementPass": "after_sky_pass",
"scatterChance": 50,
"iterations": 1
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 1,
"scatter_chance": 50,
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"y": {
"distribution": "uniform",
"extent": [
"query.get_height_at(variable.worldx,variable.worldz)",
"query.get_height_at(variable.worldx,variable.worldz)+0"
]
},
"z": {
"distribution": "uniform",
"extent": [
0,
16
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"any_of": [
{
"all_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "forest"
},
{
"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"
}
]
},
{
"all_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "swamp"
},
{
"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": "after_sky_pass"
}
}