地物miners_delight
stone wild cave carrots生成
miners_delight:stone_wild_cave_carrots
after_surface_pass,群系 lush_caves、caves
概述
after_surface_pass,群系 lush_caves、caves
- 资料类型
- 地物
- 命名空间
- miners_delight
- 所属模组
- miners-delight
- 关联资料
- 0 条
地物生成lush_cavescaves
用途与获取
- 这是地物生成资料,放置阶段为 after_surface_pass。
- 放置方块仍需从地物配置中复核。
关联知识
当前解析结果还没有发现配方、掉落、地物或实体关联。
数据来源
- 来源文件
- MinersDelight_BP/netease_feature_rules/stone_wild_cave_carrots.json
- 条目 ID
- miners_delight:stone_wild_cave_carrots
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 建议补充获取方式和用途
地物生成
- 放置阶段
- after_surface_pass
- Feature
- miners_delight:stone_wild_cave_carrots2
- 放置方块
- 无
- 群系标签
- lush_caves、caves
技术区:组件 JSON
{
"worldgen": {
"id": "miners_delight:stone_wild_cave_carrots",
"placesFeature": "miners_delight:stone_wild_cave_carrots2",
"placedBlocks": [],
"biomeTags": [
"lush_caves",
"caves"
],
"placementPass": "after_surface_pass",
"scatterChance": 30,
"iterations": 50
},
"distribution": {
"iterations": 50,
"scatter_chance": 30,
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"y": {
"distribution": "uniform",
"extent": [
-64,
256
]
},
"z": {
"distribution": "uniform",
"extent": [
0,
16
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "lush_caves"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "caves"
}
],
"placement_pass": "after_surface_pass"
}
}