Manual:Minecraft:single block feature:修订间差异

来自Minecraft基岩版开发Wiki
添加的内容 删除的内容
(创建页面,内容为“{{lowercase c|minecraft:single_block_feature|minecraft:single_block_feature}}{{infobox schema | title = minecraft:single_block_feature | image = single_block_feature.png | domain = features | type = 单方块地物 | format-version = | added = ? }} 用于放置一个方块。 ==语法== <syntaxhighlight lang="json" start="0"> </syntaxhighlight> ==结构== <div class="treeview"> *{{json|obj|minecraft:single_block_feature}}:根对象。 **{{json|obj|descriptio…”)
标签移动版编辑 移动版网页编辑 高级移动版编辑
 
无编辑摘要
第21行: 第21行:
<syntaxhighlight lang="json" line="1">
<syntaxhighlight lang="json" line="1">
{
{
"format_version": 1.13.0,
"format_version": "1.13.0",
"minecraft:single_block_feature": {
"minecraft:single_block_feature": {
"description": {
"description": {

2022年8月14日 (日) 14:09的版本

minecraft:single_block_feature
模式
所属域
features
类型
单方块地物
加入版本
?

用于放置一个方块。

语法

结构

  •  minecraft:single_block_feature:根对象。
    • *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

漏洞

关于“minecraft:single_block_feature”的漏洞在国际版中由漏洞追踪器维护,请在此报告漏洞。

Template:Navbox schema