手冊: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