
地物mushroon_delight_nullgr
锯齿地蕨生成
mushroon_delight_nullgr:fanfern
surface_pass,群系 !frozen、!ice、!cold、overworld
地物生成
- 放置阶段
- 地表阶段
- Feature
- mushroon_delight_nullgr:fanfern_scatter
- 放置方块
- mushroon_delight_nullgr:fanfern
- 群系标签
- 非冰冻地带、非冰雪地带、非寒冷地带、主世界
组件摘要
{
"worldgen": {
"id": "mushroon_delight_nullgr:fanfern",
"placesFeature": "mushroon_delight_nullgr:fanfern_scatter",
"placedBlocks": [
"mushroon_delight_nullgr:fanfern"
],
"biomeTags": [
"!frozen",
"!ice",
"!cold",
"overworld"
],
"placementPass": "surface_pass",
"scatterChance": 100,
"iterations": "undefined"
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": "math.mod(variable.originx+0,64)==0&&math.mod(variable.originz+0,64)==0&&math.abs(query.noise(variable.originx+0,variable.originz+0))<1.0?1:0",
"scatter_chance": 100,
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"y": "query.get_height_at(variable.worldx,variable.worldz)+0",
"z": {
"distribution": "uniform",
"extent": [
0,
16
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"all_of": [
{
"all_of": [
{
"operator": "!=",
"test": "has_biome_tag",
"value": "frozen"
},
{
"operator": "!=",
"test": "has_biome_tag",
"value": "ice"
},
{
"operator": "!=",
"test": "has_biome_tag",
"value": "cold"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "overworld"
}
]
}
]
}
],
"placement_pass": "surface_pass"
}
}