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