Minecraft Wiki
Advertisement
  • Block entity data
    • すべてのブロックエンティティに共通するタグ
    •  CustomName: 任意で可能。コンテナの名前。デフォルトの名前に代わり、GUIに表示される。
    •  CustomName: このビーコンの名称をJSONテキストで指定する。この名称は、ビーコンがLockによってロックされている際に表示されているメッセージ(<名称>はロックされています)で使用される。
    •  Lock: 何らかの文字列が指定されている場合、その文字列と同じ名前のアイテムを手に持った状態でないとGUIを開くことができなくなる。
    •  Items: コンテナのアイテムリスト
      • : An item, including the slot tag. Barrel slots are numbered 0-26, 0 starts in the top left corner.
        • すべてのアイテムに共通するタグ
    •  LootTable: Optional. Loot table to be used to fill the barrel when it is next opened, or the items are otherwise interacted with.[note 1]
    •  LootTableSeed: Optional. Seed for generating the loot table. 0 or omitted will use a random seed.[note 1]
  1. a b Both loot table tags will be removed once the items have been generated.
Advertisement