手册:minecraft:structure_template_feature

来自Minecraft基岩版开发Wiki
minecraft:structure_template_feature
模式
所属域
features
类型
结构模板地物
加入版本
?

用于放置一个结构

语法[编辑]

结构[编辑]

  •  minecraft:structure_template_feature:根对象。
    • *description:描述。

结构文件[编辑]

示例[编辑]

下面的示例将放置一个“漂浮”在空中的热气球结构。

{
  "format_version": "1.13.0",
  "minecraft:structure_template_feature": {
    "description": {
      "identifier": "example:hot_air_balloon_feature"
    },
    "structure_name": "example:hot_air_balloon",
    "adjustment_radius": 8,
    "facing_direction": "random",
    "constraints": {
      "unburied": {},
      "block_intersection": {
        "block_allowlist": [
          "example:air"
        ]
      }
    }
  }
}

历史[编辑]

基岩版
??加入了minecraft:structure_template_feature

漏洞[编辑]

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

Template:Navbox schema