
地物mushroon_delight_nullgr
单色下皮黑孔菌生成
mushroon_delight_nullgr:mossymazepolypore
surface_pass,群系 forest、roofed、jungle
地物生成
- 放置阶段
- 地表阶段
- Feature
- mushroon_delight_nullgr:mossymazepolypore
- 放置方块
- mushroon_delight_nullgr:mossymazepolypore
- 群系标签
- 森林、roofed、丛林
组件摘要
{
"worldgen": {
"id": "mushroon_delight_nullgr:mossymazepolypore",
"placesFeature": "mushroon_delight_nullgr:mossymazepolypore",
"placedBlocks": [
"mushroon_delight_nullgr:mossymazepolypore"
],
"biomeTags": [
"forest",
"roofed",
"jungle"
],
"placementPass": "surface_pass",
"scatterChance": 100,
"iterations": 50
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 50,
"scatter_chance": 100,
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"y": {
"distribution": "uniform",
"extent": [
"query.get_height_at(variable.worldx,variable.worldz)-10",
"query.get_height_at(variable.worldx,variable.worldz)+20"
]
},
"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": "roofed"
}
]
},
{
"all_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "jungle"
}
]
}
]
}
],
"placement_pass": "surface_pass"
}
}