
地物miners_delight
棉花生成
miners_delight:gossypium
after_surface_pass,群系 savanna、overworld
地物生成
- 放置阶段
- after_surface_pass
- Feature
- miners_delight:gossypium
- 放置方块
- miners_delight:gossypium
- 群系标签
- 热带草原、主世界
组件摘要
{
"worldgen": {
"id": "miners_delight:gossypium",
"placesFeature": "miners_delight:gossypium",
"placedBlocks": [
"miners_delight:gossypium"
],
"biomeTags": [
"savanna",
"overworld"
],
"placementPass": "after_surface_pass",
"scatterChance": 4,
"iterations": 5
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 5,
"scatter_chance": 4,
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"y": "query.above_top_solid(variable.worldx,variable.worldz)==query.get_height_at(variable.worldx,variable.worldz)?query.above_top_solid(variable.worldx,variable.worldz):-999",
"z": {
"distribution": "uniform",
"extent": [
0,
16
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"all_of": [
{
"all_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "savanna"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "overworld"
}
]
}
]
}
],
"placement_pass": "after_surface_pass"
}
}