
地物mushroon_delight_nullgr
鸡枞菇生成
mushroon_delight_nullgr:chickenofthewoods
surface_pass,群系 flower_forest、bee_habitat
地物生成
- 放置阶段
- 地表阶段
- Feature
- mushroon_delight_nullgr:chickenofthewoods
- 放置方块
- mushroon_delight_nullgr:chickenofthewoods
- 群系标签
- flower_forest、bee_habitat
组件摘要
{
"worldgen": {
"id": "mushroon_delight_nullgr:chickenofthewoods",
"placesFeature": "mushroon_delight_nullgr:chickenofthewoods",
"placedBlocks": [
"mushroon_delight_nullgr:chickenofthewoods"
],
"biomeTags": [
"flower_forest",
"bee_habitat"
],
"placementPass": "surface_pass",
"scatterChance": 100,
"iterations": "undefined"
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": "math.random_integer(0,2)==1?math.random_integer(10,20):0",
"scatter_chance": 100,
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"y": {
"distribution": "uniform",
"extent": [
"query.get_height_at(variable.worldx,variable.worldz)-0",
"query.get_height_at(variable.worldx,variable.worldz)+4"
]
},
"z": {
"distribution": "uniform",
"extent": [
0,
16
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"all_of": [
{
"any_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "flower_forest"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "bee_habitat"
}
]
}
]
}
],
"placement_pass": "surface_pass"
}
}