- 致编者:请牢记我们的域名wiki.mcbe-dev.net!
- 致编者:欢迎加入本Wiki的官方交流QQ群或Discord服务器!
- 基岩版1.19.31现已发布!(了解更多)
- Inner Core现已支持Xbox模组联机!(了解更多)
- 如果您是第一次来到本Wiki,欢迎注册一个账户
- 点击顶部的“编辑”或“编辑源代码”按钮即可编辑当前页面
- 请知悉:在不登录时也可以编辑和新建页面,但是您当前的IP地址会记录在编辑历史中
手冊:minecraft:ore_feature
出自Minecraft基岩版开发Wiki
用於生成方塊礦簇。
語法[編輯]
結構[編輯]
- minecraft:ore_feature:根物件。
- *description:描述。
- *identifier:設定此地物的賦命名空間識別碼,其識別碼必須與檔案名匹配。
- *description:描述。
範例[編輯]
下面的範例將在不同方塊中生成鑲嵌在對應材料中的孔雀石礦石。
{
"format_version": "1.13.0",
"minecraft:ore_feature": {
"description": {
"identifier": "example:malachite_ore_feature"
},
"count": 12,
"replace_rules": [
{
"places_block": "example:malachite_ore",
"may_replace": [
"minecraft:stone"
]
},
{
"places_block": "example:granite_malachite_ore",
"may_replace": [
"minecraft:granite"
]
},
{
"places_block": "example:andesite_malachite_ore",
"may_replace": [
"minecraft:andesite"
]
}
]
}
}
歷史[編輯]
基岩版 | |||||
---|---|---|---|---|---|
? | ? | 加入了minecraft:ore_feature。 |