
地物zy_croptopia
tomatillo crop生成
zy_croptopia:surface_tomatillo_crop_feature
surface_pass,群系 overworld、forest、flower_forest、grove
地物生成
- 放置阶段
- 地表阶段
- Feature
- zy_croptopia:tomatillo_crop_feature
- 放置方块
- zy_croptopia:tomatillo_crop
- 群系标签
- 主世界、森林、flower_forest、grove
组件摘要
{
"worldgen": {
"id": "zy_croptopia:surface_tomatillo_crop_feature",
"placesFeature": "zy_croptopia:tomatillo_crop_feature",
"placedBlocks": [
"zy_croptopia:tomatillo_crop"
],
"biomeTags": [
"overworld",
"forest",
"flower_forest",
"grove"
],
"placementPass": "surface_pass",
"scatterChance": 3,
"iterations": 1
},
"distribution": {
"coordinate_eval_order": "zxy",
"iterations": 1,
"y": "q.heightmap(v.worldx, v.worldz)",
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"z": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"scatter_chance": 3
},
"conditions": {
"minecraft:biome_filter": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "overworld"
},
{
"any_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "forest"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "flower_forest"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "grove"
}
]
}
],
"placement_pass": "surface_pass"
}
}