Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition level format/Item format: Difference between revisions

From SAS Gaming Wiki
imported>Rostiger Bot
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 51: Line 51:


== Book and Quills ==
== Book and Quills ==
Additional fields for [[Minecraft:book and quill]]s:
Additional fields for book and quills:
* {{nbt|compound|tag}}: Parent tag.
* {{nbt|compound|tag}}: Parent tag.
** {{nbt|list|pages}}: (May not exist) The list of pages in the book.
** {{nbt|list|pages}}: (May not exist) The list of pages in the book.
Line 77: Line 77:


== Filled Map ==
== Filled Map ==
Additional fields for [[Minecraft:filled map]]:
Additional fields for filled map:
* {{nbt|compound|tag}}: Parent tag.
* {{nbt|compound|tag}}: Parent tag.
** {{nbt|byte|map_display_players}}: 1 or 0 (true/false) - (may not exist) true if the map displays player markers.
** {{nbt|byte|map_display_players}}: 1 or 0 (true/false) - (may not exist) true if the map displays player markers.
Line 87: Line 87:


== Firework Rocket ==
== Firework Rocket ==
Additional fields for [[Minecraft:firework rocket]]:
Additional fields for firework rocket:
* {{nbt|compound|tag}}: Parent tag.
* {{nbt|compound|tag}}: Parent tag.
** {{nbt|compound|Fireworks}}
** {{nbt|compound|Fireworks}}
Line 96: Line 96:


== Firework Star ==
== Firework Star ==
Additional fields for [[Minecraft:firework star]]:
Additional fields for firework star:
* {{nbt|compound|tag}}: Parent tag.
* {{nbt|compound|tag}}: Parent tag.
** {{nbt|int|customColor}}: The color of this firework star.
** {{nbt|int|customColor}}: The color of this firework star.
Line 103: Line 103:


== Glow Stick ==
== Glow Stick ==
Additional fields for [[Minecraft:glow stick]]:
Additional fields for glow stick:
* {{nbt|compound}}: Parent tag.
* {{nbt|compound}}: Parent tag.
** {{nbt|long|active_time}}: (May not exist) Unknown.
** {{nbt|long|active_time}}: (May not exist) Unknown.


== Horse Armor ==
== Horse Armor ==
Additional fields for [[Minecraft:horse armor]]:
Additional fields for horse armor:
* {{nbt|compound|tag}}: Parent tag.
* {{nbt|compound|tag}}: Parent tag.
** {{nbt|int|customColor}}: (May not exist) The color of the leather armor.
** {{nbt|int|customColor}}: (May not exist) The color of the leather armor.


== Lodestone Compass ==
== Lodestone Compass ==
Additional fields for [[Minecraft:lodestone compass]]:
Additional fields for lodestone compass:
* {{nbt|compound|tag}}: Parent tag.
* {{nbt|compound|tag}}: Parent tag.
** {{nbt|int|trackingHandle}}: The ID of lodestone to track.
** {{nbt|int|trackingHandle}}: The ID of lodestone to track.
Line 132: Line 132:


== Written Book ==
== Written Book ==
Additional fields for [[Minecraft:written book]]:
Additional fields for written book:
* {{nbt|compound|tag}}: Parent tag.
* {{nbt|compound|tag}}: Parent tag.
** {{nbt|string|author}}: The author of this book.
** {{nbt|string|author}}: The author of this book.
Line 144: Line 144:
</div>
</div>


[[Minecraft:pt:Formato de nível da Edição Bedrock/Formatos de item]]
pt:Formato de nível da Edição Bedrock/Formatos de item
[[Minecraft:zh:基岩版存档格式/物品格式]]
zh:基岩版存档格式/物品格式

Revision as of 15:37, 9 April 2026

Template:Exclusive This page lists NBT structures of items Template:In.

Item NBT is used both in the player's inventory and Ender inventory, and in chest block entities, dropped item entities, etc.

Item Stack

All items share this base:

General Tags

Items with durability store their damage value in NBT. Additionally, items can have custom display names and lore. There is also the RepairCost tag which tracks anvil usage for items, making them more costly with every use of the anvil.

Enchantment Tags

Template:In, there's only one way to store enchantment NBTs: both enchanted items and Minecraft:Enchanted Book share the Template:Nbt tag.

Armor Trim

Additional fields when an Minecraft:armor is trimmed:

Book and Quills

Additional fields for book and quills:

Bucket of Aquatic Mob

Additional fields for Minecraft:bucket:

  • Template:Nbt: Parent tag.
    • Template:Bedrock nbt
    • Additional tags unique to fish or axolotl entity.
    • Template:Nbt: 1 or 0 (true/false) - true if the entity color, state, and id are used to generate the bucket item's name.
    • Template:Nbt: (May not exist) The translation key of entity's state. Used to generate the bucket item's name.
    • Template:Nbt: (May not exist) The translation key of a color. Used to generate the bucket item's name.
    • Template:Nbt: (May not exist) The translation key of another color. Used to generate the bucket item's name.
    • Template:Nbt: (May not exist) The custom name of entity in it. Used to generate the bucket item's name.
    • Template:Nbt: (May not exist) Unknown. Used to generate the bucket item's name.

Crossbow

Additional fields for Minecraft:crossbow:

Filled Map

Additional fields for filled map:

Firework Rocket

Additional fields for firework rocket:

Firework Star

Additional fields for firework star:

Glow Stick

Additional fields for glow stick:

Horse Armor

Additional fields for horse armor:

Lodestone Compass

Additional fields for lodestone compass:

Potion

Additional fields for Minecraft:potion:

Shield

Additional fields for Minecraft:shield:

Written Book

Additional fields for written book:

pt:Formato de nível da Edição Bedrock/Formatos de item zh:基岩版存档格式/物品格式