地物endersdelight
voidpepper stage 0生成
endersdelight:voidpepper_stage_0
final_pass,群系 !overworld、the_end
地物生成
- 放置阶段
- 最终阶段
- Feature
- endersdelight:voidpepper_stage_0
- 放置方块
- endersdelight:voidpepper_stage_0
- 群系标签
- 非主世界、末地
组件摘要
{
"worldgen": {
"id": "endersdelight:voidpepper_stage_0",
"placesFeature": "endersdelight:voidpepper_stage_0",
"placedBlocks": [
"endersdelight:voidpepper_stage_0"
],
"biomeTags": [
"!overworld",
"the_end"
],
"placementPass": "final_pass",
"scatterChance": 10,
"iterations": 30
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 30,
"scatter_chance": 10,
"x": {
"distribution": "uniform",
"extent": [
8,
16
]
},
"y": {
"distribution": "uniform",
"extent": [
55,
65
]
},
"z": {
"distribution": "uniform",
"extent": [
8,
16
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"all_of": [
{
"operator": "!=",
"test": "has_biome_tag",
"value": "overworld"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "the_end"
}
]
}
],
"placement_pass": "final_pass"
}
}