地物zy_croptopia
surface croptopia salt ore feature生成
zy_croptopia:surface_croptopia_salt_ore_feature
surface_pass,群系 overworld、river
地物生成
- 放置阶段
- 地表阶段
- Feature
- zy_croptopia:croptopia_salt_ore_feature
- 放置方块
- 无
- 群系标签
- 主世界、河流
组件摘要
{
"worldgen": {
"id": "zy_croptopia:surface_croptopia_salt_ore_feature",
"placesFeature": "zy_croptopia:croptopia_salt_ore_feature",
"placedBlocks": [],
"biomeTags": [
"overworld",
"river"
],
"placementPass": "surface_pass",
"scatterChance": 80,
"iterations": 1
},
"distribution": {
"coordinate_eval_order": "zxy",
"iterations": 1,
"y": "q.above_top_solid(v.worldx, v.worldz) + 2",
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"z": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"scatter_chance": 80
},
"conditions": {
"minecraft:biome_filter": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "overworld"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "river"
}
],
"placement_pass": "surface_pass"
}
}