手册:minecraft:partially_exposed_blob_feature

来自Minecraft基岩版开发Wiki
minecraft:partially_exposed_blob_feature
模式
所属域
features
类型
部分暴露点斑地物
加入版本
?

用于生成具有指定尺寸的指定方块的点斑。

语法[编辑]

结构[编辑]

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

示例[编辑]

下面的示例将生成嵌入含水洞穴底部的岩浆块

{
  "format_version": "1.13.0",
  "minecraft:partially_exposed_blob_feature": {
    "description": {
      "identifier": "minecraft:underwater_magma_feature"
    },
    "places_block": "minecraft:magma",
    "placement_radius_around_floor": 1,
    "placement_probability_per_valid_position": 0.5,
    "exposed_face": "up"
  }
}

历史[编辑]

基岩版
??加入了minecraft:partially_exposed_blob_feature

漏洞[编辑]

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

Template:Navbox schema