
地物mushroon_delight_nullgr
灯笼菇生成
mushroon_delight_nullgr:lanternshroom2
surface_pass,群系 mega、taiga
地物生成
- 放置阶段
- 地表阶段
- Feature
- mushroon_delight_nullgr:lanternshroom2_scatter
- 放置方块
- mushroon_delight_nullgr:lanternshroom2
- 群系标签
- mega、针叶林
组件摘要
{
"worldgen": {
"id": "mushroon_delight_nullgr:lanternshroom2",
"placesFeature": "mushroon_delight_nullgr:lanternshroom2_scatter",
"placedBlocks": [
"mushroon_delight_nullgr:lanternshroom2"
],
"biomeTags": [
"mega",
"taiga"
],
"placementPass": "surface_pass",
"scatterChance": 20,
"iterations": 10
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 10,
"scatter_chance": 20,
"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": [
{
"all_of": [
{
"all_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "mega"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "taiga"
}
]
}
]
}
],
"placement_pass": "surface_pass"
}
}