- 致编者:请牢记我们的域名wiki.mcbe-dev.net!
- 致编者:欢迎加入本Wiki的官方交流QQ群或Discord服务器!
- 基岩版1.19.31现已发布!(了解更多)
- Inner Core现已支持Xbox模组联机!(了解更多)
- 如果您是第一次来到本Wiki,欢迎注册一个账户
- 点击顶部的“编辑”或“编辑源代码”按钮即可编辑当前页面
- 请知悉:在不登录时也可以编辑和新建页面,但是您当前的IP地址会记录在编辑历史中
手册:minecraft:single_block_feature
来自Minecraft基岩版开发Wiki
用于放置一个方块。
语法[编辑]
结构[编辑]
- minecraft:single_block_feature:根对象。
- *description:描述。
- *identifier:设置此地物的赋命名空间标识符,其标识符必须与文件名匹配。
- *description:描述。
示例[编辑]
下面的示例将放置一个南瓜。
{
"format_version": "1.13.0",
"minecraft:single_block_feature": {
"description": {
"identifier": "example:single_pumpkin_feature"
},
"places_block": "example:pumpkin",
"enforce_placement_rules": true,
"enforce_survivability_rules": true,
"may_place_on": [
"example:grass"
],
"may_replace": [
"example:air"
]
}
}
历史[编辑]
基岩版 | |||||
---|---|---|---|---|---|
? | ? | 加入了minecraft:single_block_feature。 |