<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABedrock_Edition_level_format%2FItem_format</id>
	<title>Minecraft:Bedrock Edition level format/Item format - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABedrock_Edition_level_format%2FItem_format"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_level_format/Item_format&amp;action=history"/>
	<updated>2026-04-09T09:27:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_level_format/Item_format&amp;diff=49192&amp;oldid=prev</id>
		<title>imported&gt;Rostiger Bot: Bot: Modifying zh:基岩版世界格式/物品格式 to zh:基岩版存档格式/物品格式</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_level_format/Item_format&amp;diff=49192&amp;oldid=prev"/>
		<updated>2024-09-17T12:06:50Z</updated>

		<summary type="html">&lt;p&gt;Bot: Modifying &lt;a href=&quot;/index.php?title=Zh:%E5%9F%BA%E5%B2%A9%E7%89%88%E4%B8%96%E7%95%8C%E6%A0%BC%E5%BC%8F/%E7%89%A9%E5%93%81%E6%A0%BC%E5%BC%8F&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Zh:基岩版世界格式/物品格式 (page does not exist)&quot;&gt;zh:基岩版世界格式/物品格式&lt;/a&gt; to &lt;a href=&quot;/index.php?title=Zh:%E5%9F%BA%E5%B2%A9%E7%89%88%E5%AD%98%E6%A1%A3%E6%A0%BC%E5%BC%8F/%E7%89%A9%E5%93%81%E6%A0%BC%E5%BC%8F&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Zh:基岩版存档格式/物品格式 (page does not exist)&quot;&gt;zh:基岩版存档格式/物品格式&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{exclusive|bedrock}}&lt;br /&gt;
This page lists NBT structures of items {{in|bedrock}}.&lt;br /&gt;
&lt;br /&gt;
Item NBT is used both in the player&amp;#039;s inventory and Ender inventory, and in chest block entities, dropped item entities, etc.&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
== Item Stack ==&lt;br /&gt;
All items share this base:&lt;br /&gt;
* {{nbt|compound}}: The item&amp;#039;s root tag.&lt;br /&gt;
** {{nbt|compound|Block}}: (May not exist) What block is placed when placing a block item.&lt;br /&gt;
*** {{bedrock nbt|Block}}&lt;br /&gt;
** {{nbt|list|CanDestroy}}: (May not exist) Controls what block types this item can destroy.&lt;br /&gt;
*** {{nbt|string}}: A block ID.&lt;br /&gt;
** {{nbt|list|CanPlaceOn}}: (May not exist) Controls what block types this block may be placed on.&lt;br /&gt;
*** {{nbt|string}}: A block ID.&lt;br /&gt;
** {{nbt|byte|Count}}:  Number of items stacked in this inventory slot.&lt;br /&gt;
** {{nbt|short|Damage}}: The metadata value. Note that this tag does not store items&amp;#039; damage value.&lt;br /&gt;
** {{nbt|string|Name}}: The item ID.&lt;br /&gt;
** {{nbt|compound|tag}}: (May not exist) Additional information about the item.&lt;br /&gt;
** {{nbt|byte|WasPickedUp}}: Unknown.&lt;br /&gt;
&lt;br /&gt;
== General Tags ==&lt;br /&gt;
Items with durability store their damage value in NBT. Additionally, items can have custom display names and lore. There is also the &amp;#039;&amp;#039;&amp;#039;RepairCost&amp;#039;&amp;#039;&amp;#039; tag which tracks anvil usage for items, making them more costly with every use of the anvil.&lt;br /&gt;
&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|int|Damage}}: (May not exist) The damage value for this item. Defaults to 0.&lt;br /&gt;
** {{nbt|compound|display}}: (May not exist) Display properties.&lt;br /&gt;
*** {{nbt|list|Lore}}: (May not exist) List of strings to display as lore for the item.&lt;br /&gt;
**** {{nbt|string}}: (May not exist) A line of text for the lore of an item.&lt;br /&gt;
*** {{nbt|string|Name}}: (May not exist) The JSON text component to use to display the item name.&lt;br /&gt;
** {{nbt|byte|minecraft:item_lock}}: 1 for &amp;quot;lock in slot&amp;quot;. 2 for &amp;quot;lock in inventory&amp;quot;.&lt;br /&gt;
** {{nbt|byte|minecraft:keep_on_death}}: 1 if keeping on death.{{needs testing}}&lt;br /&gt;
** {{nbt|int|RepairCost}}: (May not exist) Number of experience levels to add to the base level cost when repairing, combining, or renaming this item with an [[Minecraft:Anvil]].&lt;br /&gt;
** {{nbt|byte|Unbreakable}}: 1 or 0 (true/false) - (may not exist) if this item&amp;#039;s durability is allowed to take damage.&lt;br /&gt;
&lt;br /&gt;
== Enchantment Tags ==&lt;br /&gt;
{{in|bedrock}}, there&amp;#039;s only one way to store enchantment NBTs: both enchanted items and [[Minecraft:Enchanted Book]] share the {{nbt|list|ench}} tag.&lt;br /&gt;
&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|list|ench}}: Contains enchantments on this item.&lt;br /&gt;
*** {{nbt|compound}}: A single enchantment.&lt;br /&gt;
**** {{nbt|short|id}}: The ID of the enchantment.&lt;br /&gt;
**** {{nbt|short|lvl}}: The level of the enchantment, where 1 is level 1. Values are clamped between 0 and 255 when reading.&lt;br /&gt;
&lt;br /&gt;
== Armor Trim ==&lt;br /&gt;
Additional fields when an [[Minecraft:armor]] is [[Minecraft:Smithing Template|trimmed]]:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|compound|Trim}}: Properties of the armor trim.&lt;br /&gt;
*** {{nbt|string|Material}}: The material which decides the color of armor trim.&lt;br /&gt;
*** {{nbt|string|Pattern}}: The pattern of armor trim.&lt;br /&gt;
&lt;br /&gt;
== Book and Quills ==&lt;br /&gt;
Additional fields for [[Minecraft:book and quill]]s:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|list|pages}}: (May not exist) The list of pages in the book.&lt;br /&gt;
*** {{nbt|compound}}: A single page in the book.&lt;br /&gt;
**** {{nbt|string|photoname}}: Filename of a [[Minecraft:photo]] in this page if included.&lt;br /&gt;
**** {{nbt|string|text}}: The text in this page.&lt;br /&gt;
&lt;br /&gt;
== Bucket of Aquatic Mob ==&lt;br /&gt;
Additional fields for [[Minecraft:bucket]]:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{bedrock nbt|Entity|entity}}&lt;br /&gt;
** Additional tags unique to fish or axolotl entity.&lt;br /&gt;
** {{nbt|byte|AppendCustomName}}: 1 or 0 (true/false) - true if the entity color, state, and id are used to generate the bucket item&amp;#039;s name.&lt;br /&gt;
** {{nbt|string|BodyID}}: (May not exist) The translation key of entity&amp;#039;s state. Used to generate the bucket item&amp;#039;s name.&lt;br /&gt;
** {{nbt|string|ColorID}}: (May not exist) The translation key of a color. Used to generate the bucket item&amp;#039;s name.&lt;br /&gt;
** {{nbt|string|Color2ID}}: (May not exist) The translation key of another color. Used to generate the bucket item&amp;#039;s name.&lt;br /&gt;
** {{nbt|string|CustomName}}: (May not exist) The custom name of entity in it. Used to generate the bucket item&amp;#039;s name.&lt;br /&gt;
** {{nbt|string|GroupName}}: (May not exist) Unknown. Used to generate the bucket item&amp;#039;s name.&lt;br /&gt;
&lt;br /&gt;
== Crossbow ==&lt;br /&gt;
Additional fields for [[Minecraft:crossbow]]:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|compound|chargedItem}}: The items this crossbow has charged.&lt;br /&gt;
*** {{bedrock nbt|Item Stack|item}}&lt;br /&gt;
&lt;br /&gt;
== Filled Map ==&lt;br /&gt;
Additional fields for [[Minecraft:filled map]]:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|byte|map_display_players}}: 1 or 0 (true/false) - (may not exist) true if the map displays player markers.&lt;br /&gt;
** {{nbt|byte|map_is_init}}: (May not exist) Unknown.&lt;br /&gt;
** {{nbt|byte|map_is_scaling}}: (May not exist) Unknown.&lt;br /&gt;
** {{nbt|int|map_name_index}}: The index of the map&amp;#039;s name.&lt;br /&gt;
** {{nbt|int|map_scale}}: (May not exist) Unknown.&lt;br /&gt;
** {{nbt|long|map_uuid}}: The UUID of the map used in this item.&lt;br /&gt;
&lt;br /&gt;
== Firework Rocket ==&lt;br /&gt;
Additional fields for [[Minecraft:firework rocket]]:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|compound|Fireworks}}&lt;br /&gt;
*** {{nbt|list|Explosions}}: List of compounds representing each explosion this firework causes.&lt;br /&gt;
**** {{nbt|compound}}: A explosion effect.&lt;br /&gt;
***** {{bedrock nbt|Firework Explosion}}&lt;br /&gt;
*** {{nbt|byte|Flight}}: Indicates the flight duration of the firework (equals the amount of gunpowder used in crafting the rocket). Can be anything from -128 to 127.&lt;br /&gt;
&lt;br /&gt;
== Firework Star ==&lt;br /&gt;
Additional fields for [[Minecraft:firework star]]:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|int|customColor}}: The color of this firework star.&lt;br /&gt;
** {{nbt|compound|FireworksItem}}: The explosion effect contributed by this firework star.&lt;br /&gt;
*** {{bedrock nbt|Firework Explosion}}&lt;br /&gt;
&lt;br /&gt;
== Glow Stick ==&lt;br /&gt;
Additional fields for [[Minecraft:glow stick]]:&lt;br /&gt;
* {{nbt|compound}}: Parent tag.&lt;br /&gt;
** {{nbt|long|active_time}}: (May not exist) Unknown.&lt;br /&gt;
&lt;br /&gt;
== Horse Armor ==&lt;br /&gt;
Additional fields for [[Minecraft:horse armor]]:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|int|customColor}}: (May not exist) The color of the leather armor.&lt;br /&gt;
&lt;br /&gt;
== Lodestone Compass ==&lt;br /&gt;
Additional fields for [[Minecraft:lodestone compass]]:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|int|trackingHandle}}: The ID of lodestone to track.&lt;br /&gt;
&lt;br /&gt;
== Potion ==&lt;br /&gt;
Additional fields for [[Minecraft:potion]]:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|byte|wasJustBrewed}}: 1 or 0 (true/false) - (may not exist) true if item is brewed in brewing stand.&lt;br /&gt;
&lt;br /&gt;
== Shield ==&lt;br /&gt;
Additional fields for [[Minecraft:shield]]:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|int|Base}}: The base color of the banner on the shield. See [[Minecraft:Banner#Block_data]].&lt;br /&gt;
** {{nbt|list|Patterns}}: (May not exist) List of all patterns applied to the banner on the shield.&lt;br /&gt;
*** {{nbt|compound}}: An individual pattern.&lt;br /&gt;
**** {{nbt|int|Color}}: The base color of the pattern. See [[Minecraft:Banner#Block_data]].&lt;br /&gt;
**** {{nbt|string|Pattern}}: The pattern ID code. See [[Minecraft:Banner#Block_data]].&lt;br /&gt;
&lt;br /&gt;
== Written Book ==&lt;br /&gt;
Additional fields for [[Minecraft:written book]]:&lt;br /&gt;
* {{nbt|compound|tag}}: Parent tag.&lt;br /&gt;
** {{nbt|string|author}}: The author of this book.&lt;br /&gt;
** {{nbt|int|generation}}: The copy tier of the book. 0 = Original, 1 = Copy of original, 2 = Copy of copy.&lt;br /&gt;
** {{nbt|list|pages}}: The list of pages in the book.&lt;br /&gt;
*** {{nbt|compound}}: A single page in the book.&lt;br /&gt;
**** {{nbt|string|photoname}}: Filename of a [[Minecraft:photo]] in this page if included.&lt;br /&gt;
**** {{nbt|string|text}}: The text in this page.&lt;br /&gt;
** {{nbt|string|title}}:  The title of this book.&lt;br /&gt;
** {{nbt|long|xuid}}: Unknown.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:pt:Formato de nível da Edição Bedrock/Formatos de item]]&lt;br /&gt;
[[Minecraft:zh:基岩版存档格式/物品格式]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Rostiger Bot</name></author>
	</entry>
</feed>