{"id":22923,"date":"2026-07-07T18:35:42","date_gmt":"2026-07-07T18:35:42","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/"},"modified":"2026-07-07T18:35:42","modified_gmt":"2026-07-07T18:35:42","slug":"minecraft-item-ids","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/","title":{"rendered":"Minecraft Item IDs: List and How to Find Any ID (26.2)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In Minecraft: Java Edition 26.2, every item, block, and entity is identified by a namespaced string called a <strong>resource location<\/strong>, written as <code>namespace:path<\/code> \u2014 for example <code>minecraft:diamond_sword<\/code>. These string IDs are what commands like <code>\/give<\/code> expect. Java Edition has <strong>no numeric item IDs<\/strong> (they were removed in the 1.13 &#8220;flattening&#8221;), so any old guide listing a plain number will not work here. This reference explains the ID format, gives a table of the most-needed IDs, and shows how to look up any item&#8217;s exact ID directly in-game.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To run these commands you first need to open the chat\/console. On a single-player world or client, press <strong>T<\/strong> (or <strong>\/<\/strong>) to open chat, type your command starting with a forward slash, and press Enter. On a dedicated server you can type commands straight into the server console with no leading slash. Building commands by hand is fiddly, so pair this page with our free <a href=\"https:\/\/xgamingserver.com\/tools\/minecraft\/give-command\">Minecraft Give Command tool<\/a>, which generates valid <code>\/give<\/code> syntax (including enchantments and data components) for you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Common Minecraft Item IDs (Java 26.2)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Java Edition has well over 1,000 items, so the table below is a representative list of the most commonly needed IDs, not an exhaustive dump. For a complete catalog, use the authoritative <a href=\"https:\/\/minecraft.wiki\/w\/Java_Edition_data_values\" target=\"_blank\" rel=\"noopener\">Java Edition data values<\/a> page or look items up in-game with F3+H (explained further down).<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Item<\/th><th>Item ID<\/th><th>Give Example<\/th><th>Notes<\/th><\/tr><\/thead><tbody>\n<tr><td>Diamond Sword<\/td><td><code>minecraft:diamond_sword<\/code><\/td><td><code>\/give @s minecraft:diamond_sword 1<\/code><\/td><td>Diamond-tier melee weapon<\/td><\/tr>\n<tr><td>Netherite Sword<\/td><td><code>minecraft:netherite_sword<\/code><\/td><td><code>\/give @s minecraft:netherite_sword 1<\/code><\/td><td>Highest-tier melee weapon<\/td><\/tr>\n<tr><td>Diamond Pickaxe<\/td><td><code>minecraft:diamond_pickaxe<\/code><\/td><td><code>\/give @s minecraft:diamond_pickaxe 1<\/code><\/td><td>Diamond mining tool<\/td><\/tr>\n<tr><td>Diamond Axe<\/td><td><code>minecraft:diamond_axe<\/code><\/td><td><code>\/give @s minecraft:diamond_axe 1<\/code><\/td><td>Diamond chopping tool<\/td><\/tr>\n<tr><td>Bow<\/td><td><code>minecraft:bow<\/code><\/td><td><code>\/give @s minecraft:bow 1<\/code><\/td><td>Ranged weapon firing arrows<\/td><\/tr>\n<tr><td>Arrow<\/td><td><code>minecraft:arrow<\/code><\/td><td><code>\/give @s minecraft:arrow 64<\/code><\/td><td>Ammunition for bows\/crossbows<\/td><\/tr>\n<tr><td>Shield<\/td><td><code>minecraft:shield<\/code><\/td><td><code>\/give @s minecraft:shield 1<\/code><\/td><td>Blocking\/defense item<\/td><\/tr>\n<tr><td>Elytra<\/td><td><code>minecraft:elytra<\/code><\/td><td><code>\/give @s minecraft:elytra 1<\/code><\/td><td>Wearable gliding wings (chest slot)<\/td><\/tr>\n<tr><td>Totem of Undying<\/td><td><code>minecraft:totem_of_undying<\/code><\/td><td><code>\/give @s minecraft:totem_of_undying 1<\/code><\/td><td>Prevents death when held<\/td><\/tr>\n<tr><td>Diamond<\/td><td><code>minecraft:diamond<\/code><\/td><td><code>\/give @s minecraft:diamond 64<\/code><\/td><td>Crafting material \/ gem<\/td><\/tr>\n<tr><td>Netherite Ingot<\/td><td><code>minecraft:netherite_ingot<\/code><\/td><td><code>\/give @s minecraft:netherite_ingot 4<\/code><\/td><td>Upgrades netherite gear<\/td><\/tr>\n<tr><td>Iron Ingot<\/td><td><code>minecraft:iron_ingot<\/code><\/td><td><code>\/give @s minecraft:iron_ingot 64<\/code><\/td><td>Common metal material<\/td><\/tr>\n<tr><td>Gold Ingot<\/td><td><code>minecraft:gold_ingot<\/code><\/td><td><code>\/give @s minecraft:gold_ingot 64<\/code><\/td><td>Gold crafting material<\/td><\/tr>\n<tr><td>Copper Ingot<\/td><td><code>minecraft:copper_ingot<\/code><\/td><td><code>\/give @s minecraft:copper_ingot 64<\/code><\/td><td>Copper crafting material<\/td><\/tr>\n<tr><td>Coal<\/td><td><code>minecraft:coal<\/code><\/td><td><code>\/give @s minecraft:coal 64<\/code><\/td><td>Fuel and torch material<\/td><\/tr>\n<tr><td>Emerald<\/td><td><code>minecraft:emerald<\/code><\/td><td><code>\/give @s minecraft:emerald 64<\/code><\/td><td>Villager trading currency<\/td><\/tr>\n<tr><td>Redstone Dust<\/td><td><code>minecraft:redstone<\/code><\/td><td><code>\/give @s minecraft:redstone 64<\/code><\/td><td>Redstone circuitry material<\/td><\/tr>\n<tr><td>Ender Pearl<\/td><td><code>minecraft:ender_pearl<\/code><\/td><td><code>\/give @s minecraft:ender_pearl 16<\/code><\/td><td>Teleportation throwable<\/td><\/tr>\n<tr><td>Gunpowder<\/td><td><code>minecraft:gunpowder<\/code><\/td><td><code>\/give @s minecraft:gunpowder 64<\/code><\/td><td>TNT \/ firework material<\/td><\/tr>\n<tr><td>Stick<\/td><td><code>minecraft:stick<\/code><\/td><td><code>\/give @s minecraft:stick 64<\/code><\/td><td>Basic crafting handle<\/td><\/tr>\n<tr><td>Stone<\/td><td><code>minecraft:stone<\/code><\/td><td><code>\/give @s minecraft:stone 64<\/code><\/td><td>Basic stone block<\/td><\/tr>\n<tr><td>Cobblestone<\/td><td><code>minecraft:cobblestone<\/code><\/td><td><code>\/give @s minecraft:cobblestone 64<\/code><\/td><td>From mining stone<\/td><\/tr>\n<tr><td>Dirt<\/td><td><code>minecraft:dirt<\/code><\/td><td><code>\/give @s minecraft:dirt 64<\/code><\/td><td>Basic dirt block<\/td><\/tr>\n<tr><td>Oak Log<\/td><td><code>minecraft:oak_log<\/code><\/td><td><code>\/give @s minecraft:oak_log 64<\/code><\/td><td>Oak wood log<\/td><\/tr>\n<tr><td>Oak Planks<\/td><td><code>minecraft:oak_planks<\/code><\/td><td><code>\/give @s minecraft:oak_planks 64<\/code><\/td><td>Crafted wooden planks<\/td><\/tr>\n<tr><td>Glass<\/td><td><code>minecraft:glass<\/code><\/td><td><code>\/give @s minecraft:glass 64<\/code><\/td><td>Transparent smelted block<\/td><\/tr>\n<tr><td>Obsidian<\/td><td><code>minecraft:obsidian<\/code><\/td><td><code>\/give @s minecraft:obsidian 10<\/code><\/td><td>Blast-resistant; portal frame<\/td><\/tr>\n<tr><td>Diamond Block<\/td><td><code>minecraft:diamond_block<\/code><\/td><td><code>\/give @s minecraft:diamond_block 8<\/code><\/td><td>Storage block of 9 diamonds<\/td><\/tr>\n<tr><td>Crafting Table<\/td><td><code>minecraft:crafting_table<\/code><\/td><td><code>\/give @s minecraft:crafting_table 1<\/code><\/td><td>3\u00d73 crafting station<\/td><\/tr>\n<tr><td>Furnace<\/td><td><code>minecraft:furnace<\/code><\/td><td><code>\/give @s minecraft:furnace 1<\/code><\/td><td>Smelting block<\/td><\/tr>\n<tr><td>Chest<\/td><td><code>minecraft:chest<\/code><\/td><td><code>\/give @s minecraft:chest 1<\/code><\/td><td>27-slot storage block<\/td><\/tr>\n<tr><td>Ender Chest<\/td><td><code>minecraft:ender_chest<\/code><\/td><td><code>\/give @s minecraft:ender_chest 1<\/code><\/td><td>Per-player shared storage<\/td><\/tr>\n<tr><td>Torch<\/td><td><code>minecraft:torch<\/code><\/td><td><code>\/give @s minecraft:torch 64<\/code><\/td><td>Basic light source<\/td><\/tr>\n<tr><td>TNT<\/td><td><code>minecraft:tnt<\/code><\/td><td><code>\/give @s minecraft:tnt 1<\/code><\/td><td>Explosive block<\/td><\/tr>\n<tr><td>Bread<\/td><td><code>minecraft:bread<\/code><\/td><td><code>\/give @s minecraft:bread 16<\/code><\/td><td>Basic food item<\/td><\/tr>\n<tr><td>Apple<\/td><td><code>minecraft:apple<\/code><\/td><td><code>\/give @s minecraft:apple 16<\/code><\/td><td>Food item<\/td><\/tr>\n<tr><td>Golden Apple<\/td><td><code>minecraft:golden_apple<\/code><\/td><td><code>\/give @s minecraft:golden_apple 4<\/code><\/td><td>Absorption\/regeneration food<\/td><\/tr>\n<tr><td>Enchanted Golden Apple<\/td><td><code>minecraft:enchanted_golden_apple<\/code><\/td><td><code>\/give @s minecraft:enchanted_golden_apple 1<\/code><\/td><td>Rare &#8220;God apple&#8221;<\/td><\/tr>\n<tr><td>Cooked Beef (Steak)<\/td><td><code>minecraft:cooked_beef<\/code><\/td><td><code>\/give @s minecraft:cooked_beef 16<\/code><\/td><td>High-value cooked food<\/td><\/tr>\n<tr><td>Water Bucket<\/td><td><code>minecraft:water_bucket<\/code><\/td><td><code>\/give @s minecraft:water_bucket 1<\/code><\/td><td>Bucket filled with water<\/td><\/tr>\n<tr><td>Bucket<\/td><td><code>minecraft:bucket<\/code><\/td><td><code>\/give @s minecraft:bucket 1<\/code><\/td><td>Empty bucket<\/td><\/tr>\n<tr><td>Enchanted Book<\/td><td><code>minecraft:enchanted_book<\/code><\/td><td><code>\/give @s minecraft:enchanted_book 1<\/code><\/td><td>Stores enchantments (anvil)<\/td><\/tr>\n<tr><td>Potion<\/td><td><code>minecraft:potion<\/code><\/td><td><code>\/give @s minecraft:potion 1<\/code><\/td><td>Drinkable; set via component<\/td><\/tr>\n<tr><td>Name Tag<\/td><td><code>minecraft:name_tag<\/code><\/td><td><code>\/give @s minecraft:name_tag 1<\/code><\/td><td>Renames mobs (anvil)<\/td><\/tr>\n<tr><td>Saddle<\/td><td><code>minecraft:saddle<\/code><\/td><td><code>\/give @s minecraft:saddle 1<\/code><\/td><td>Ride horses\/pigs\/striders<\/td><\/tr>\n<tr><td>Creeper Spawn Egg<\/td><td><code>minecraft:creeper_spawn_egg<\/code><\/td><td><code>\/give @s minecraft:creeper_spawn_egg 1<\/code><\/td><td>Spawn-egg pattern (see below)<\/td><\/tr>\n<\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How Item IDs Are Structured<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Every ID is a <strong>resource location<\/strong> of the form <code>namespace:path<\/code>. For vanilla content the namespace is <code>minecraft<\/code> and the path is a lowercase <code>snake_case<\/code> name using only <code>a\u2013z<\/code>, <code>0\u20139<\/code>, and underscores \u2014 for example <code>minecraft:enchanted_book<\/code>. In commands the <code>minecraft:<\/code> prefix is optional, so <code>minecraft:diamond_sword<\/code> and <code>diamond_sword<\/code> both work. However, the prefix is <strong>required<\/strong> to reference datapack or mod content, which uses its own namespace such as <code>mypack:custom_item<\/code>. Because most placed blocks can also be held, most block IDs are simultaneously valid item IDs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Minecraft 26.2 (&#8220;Chaos Cubed&#8221;) adds new IDs including <code>minecraft:sulfur<\/code>, <code>minecraft:cinnabar<\/code>, <code>minecraft:potent_sulfur<\/code>, <code>minecraft:sulfur_cube_spawn_egg<\/code>, <code>minecraft:bucket_of_sulfur_cube<\/code>, and the record <code>minecraft:music_disc_bounce<\/code>, along with polished, brick, chiseled, stairs, slab, and wall variants of sulfur and cinnabar.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Spawn Eggs Follow a Pattern<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Every spawnable mob has a spawn egg whose ID follows the pattern <code>minecraft:<mob>_spawn_egg<\/code>. Examples include <code>minecraft:creeper_spawn_egg<\/code>, <code>minecraft:zombie_spawn_egg<\/code>, <code>minecraft:cow_spawn_egg<\/code>, <code>minecraft:villager_spawn_egg<\/code>, and the new <code>minecraft:sulfur_cube_spawn_egg<\/code>. Once you know a mob&#8217;s name, you can predict its egg ID:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/give @s minecraft:creeper_spawn_egg 1\n\/give @p minecraft:pig_spawn_egg<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d rather place mobs directly rather than hand out eggs, see our <a href=\"https:\/\/xgamingserver.com\/blog\/minecraft-summon-command\/\">Minecraft summon command guide<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using IDs with \/give and Data Components<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The primary way to spawn any item by ID is the <code>\/give<\/code> command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/give <targets> <item>[<data_components>] [<count>]<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The <code><item><\/code> is any valid item ID, optionally followed by <strong>data components<\/strong> in square brackets. This is a critical change: since 1.20.5, item data uses data components (bracket syntax), <strong>not<\/strong> the old NBT <code>{tag=...}<\/code> syntax. The <code>count<\/code> is an integer from 1 to 2,147,483,647 (default 1), and <code>\/give<\/code> requires permission level 2 (op). Selectors can target players: <code>@s<\/code> (self), <code>@p<\/code> (nearest player), <code>@a<\/code> (everyone), <code>@r<\/code> (random), and <code>@e<\/code> (all entities, filtered like <code>@e[type=player]<\/code>). A safety limit of 100 stacks applies; in 26.2, exceeding it prints an error message (this becomes a hard command error in 26.3).<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/give @s minecraft:diamond_sword 1\n\/give @p diamond_sword[enchantments={\"minecraft:sharpness\":5}] 1\n\/give @s minecraft:enchanted_book[stored_enchantments={\"minecraft:mending\":1}] 1\n\/give @a potion[potion_contents={potion:\"minecraft:night_vision\"}] 1<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Note the flattened enchantment form <code>enchantments={\"minecraft:sharpness\":5}<\/code> \u2014 the old nested <code>levels:{}<\/code> wrapper is gone. For a full breakdown of arguments, see our <a href=\"https:\/\/xgamingserver.com\/blog\/minecraft-give-command\/\">Minecraft give command guide<\/a>, the <a href=\"https:\/\/xgamingserver.com\/blog\/minecraft-target-selectors\/\">target selectors reference<\/a>, and the <a href=\"https:\/\/xgamingserver.com\/blog\/all-minecraft-enchantments-list\/\">full enchantments list<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Find Any Item&#8217;s ID In-Game with F3+H<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The fastest way to look up an exact ID \u2014 without any external reference \u2014 is the <strong>Advanced Tooltips<\/strong> debug toggle. Hold <strong>F3<\/strong> and tap <strong>H<\/strong> (on some laptops <strong>Fn+F3+H<\/strong>). A message confirms advanced tooltips are shown or hidden. With them on, hovering any item in an inventory or the Creative menu displays that item&#8217;s full namespaced ID (e.g. <code>minecraft:diamond_sword<\/code>) at the bottom of the tooltip, plus exact durability (<code>Durability: X \/ Y<\/code>) on tools and armor.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This toggle is client-side and needs no op, so any player can use it. It is <strong>Java Edition only<\/strong> and is not available in Bedrock.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Run These<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Chat:<\/strong> Press <strong>T<\/strong> or <strong>\/<\/strong> to open chat, type the command beginning with <code>\/<\/code>, and press Enter. You must be an operator (permission level 2+) for <code>\/give<\/code>.<\/li>\n<li><strong>Command block:<\/strong> Obtain one with <code>\/give @s minecraft:command_block 1<\/code>, place it, and paste the command <em>without<\/em> the leading slash. Command blocks run at operator level.<\/li>\n<li><strong>Server console:<\/strong> On a dedicated server, type the command directly into the console with no leading slash. Managing your own box makes op-level commands trivial \u2014 see <a href=\"https:\/\/xgamingserver.com\/minecraft-server-hosting\">Minecraft server hosting<\/a>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For broader command references, browse our <a href=\"https:\/\/xgamingserver.com\/blog\/minecraft-commands-list\/\">Minecraft commands list<\/a>, <a href=\"https:\/\/xgamingserver.com\/blog\/minecraft-gamerules-list\/\">gamerules list<\/a>, <a href=\"https:\/\/xgamingserver.com\/blog\/minecraft-teleport-commands\/\">teleport commands<\/a>, and <a href=\"https:\/\/xgamingserver.com\/blog\/keep-inventory-command-minecraft\/\">keep inventory command<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Java vs Bedrock<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Java Edition uses <strong>only<\/strong> namespaced string IDs (resource locations) \u2014 it has had no user-facing numeric item IDs since the 1.13 flattening. Bedrock Edition historically exposed numeric IDs and data (aux) values, and legacy numbers still surface in some Bedrock contexts and older tools, though modern Bedrock commands also accept string identifiers like <code>minecraft:diamond_sword<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The practical takeaway: if a guide lists a plain number such as <code>276<\/code> for a diamond sword, that is legacy Bedrock\/pre-1.13 data and will <strong>not<\/strong> work in Java 26.2. Always use the string ID in Java. The F3+H advanced-tooltip lookup described above is also Java-only.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">What is the numeric ID for a diamond sword in Java?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">There isn&#8217;t one. Java Edition removed numeric item IDs in the 1.13 flattening. Use the string ID <code>minecraft:diamond_sword<\/code>. The legacy number <code>276<\/code> you may see online is old Bedrock\/pre-1.13 data and does not work in Java 26.2.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Do I need to type &#8220;minecraft:&#8221; before every ID?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No \u2014 for vanilla items the <code>minecraft:<\/code> prefix is optional in commands, so <code>diamond_sword<\/code> works the same as <code>minecraft:diamond_sword<\/code>. You <em>do<\/em> need it when referencing datapack or mod content that uses a different namespace.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How do I find the ID of an item I&#8217;m holding?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Press F3+H to enable Advanced Tooltips, then hover over the item in your inventory or the Creative menu. Its full namespaced ID appears at the bottom of the tooltip, along with durability details on tools and armor.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why doesn&#8217;t the old {tag} enchantment syntax work?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Since 1.20.5, item data is expressed with data components in square brackets, not the old NBT <code>tag=<\/code> syntax. Enchantments now use the flattened form, e.g. <code>[enchantments={\"minecraft:sharpness\":5}]<\/code>, with no nested <code>levels:{}<\/code> wrapper.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Where can I find a complete list of every item ID?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Java has over 1,000 items, so this page covers the most-needed ones. For an exhaustive catalog, use the <a href=\"https:\/\/minecraft.wiki\/w\/Java_Edition_data_values\" target=\"_blank\" rel=\"noopener\">Java Edition data values<\/a> page, or look up items in-game with F3+H. To build valid commands quickly, use our <a href=\"https:\/\/xgamingserver.com\/tools\/minecraft\/give-command\">Give Command tool<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Minecraft: Java Edition 26.2, every item, block, and entity is identified by a namespaced string called a resource location, written as namespace:path \u2014 for example minecraft:diamond_sword. These string IDs are what commands like \/give expect. Java Edition has no numeric item IDs (they were removed in the 1.13 &#8220;flattening&#8221;), so any old guide listing [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":22924,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[19],"tags":[],"class_list":["post-22923","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-minecraft-server-docs"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Minecraft Item IDs List &amp; How to Find Any ID (26.2)<\/title>\n<meta name=\"description\" content=\"Full Minecraft Java 26.2 item ID reference: namespaced IDs, \/give syntax, F3+H lookup, common IDs table, and Java vs Bedrock differences.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Minecraft Item IDs: List and How to Find Any ID (26.2)\" \/>\n<meta property=\"og:description\" content=\"Full Minecraft Java 26.2 item ID reference: namespaced IDs, \/give syntax, F3+H lookup, common IDs table, and Java vs Bedrock differences.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/\" \/>\n<meta property=\"og:site_name\" content=\"XGamingServer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-07T18:35:42+00:00\" \/>\n<meta name=\"author\" content=\"Hectar Carson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hectar Carson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/\"},\"author\":{\"name\":\"Hectar Carson\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d\"},\"headline\":\"Minecraft Item IDs: List and How to Find Any ID (26.2)\",\"datePublished\":\"2026-07-07T18:35:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/\"},\"wordCount\":1256,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/minecraft-item-ids.jpg\",\"articleSection\":[\"Minecraft\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/\",\"name\":\"Minecraft Item IDs List & How to Find Any ID (26.2)\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/minecraft-item-ids.jpg\",\"datePublished\":\"2026-07-07T18:35:42+00:00\",\"description\":\"Full Minecraft Java 26.2 item ID reference: namespaced IDs, \/give syntax, F3+H lookup, common IDs table, and Java vs Bedrock differences.\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/minecraft-item-ids.jpg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/minecraft-item-ids.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Minecraft\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/minecraft-server-docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Minecraft Item IDs: List and How to Find Any ID (26.2)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d\",\"name\":\"Hectar Carson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g\",\"caption\":\"Hectar Carson\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Minecraft Item IDs List & How to Find Any ID (26.2)","description":"Full Minecraft Java 26.2 item ID reference: namespaced IDs, \/give syntax, F3+H lookup, common IDs table, and Java vs Bedrock differences.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/","og_locale":"en_US","og_type":"article","og_title":"Minecraft Item IDs: List and How to Find Any ID (26.2)","og_description":"Full Minecraft Java 26.2 item ID reference: namespaced IDs, \/give syntax, F3+H lookup, common IDs table, and Java vs Bedrock differences.","og_url":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2026-07-07T18:35:42+00:00","author":"Hectar Carson","twitter_card":"summary_large_image","twitter_creator":"@xgamingserver","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Hectar Carson","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/"},"author":{"name":"Hectar Carson","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d"},"headline":"Minecraft Item IDs: List and How to Find Any ID (26.2)","datePublished":"2026-07-07T18:35:42+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/"},"wordCount":1256,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/minecraft-item-ids.jpg","articleSection":["Minecraft"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/","url":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/","name":"Minecraft Item IDs List & How to Find Any ID (26.2)","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/minecraft-item-ids.jpg","datePublished":"2026-07-07T18:35:42+00:00","description":"Full Minecraft Java 26.2 item ID reference: namespaced IDs, \/give syntax, F3+H lookup, common IDs table, and Java vs Bedrock differences.","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/minecraft-item-ids.jpg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/minecraft-item-ids.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/minecraft-item-ids\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Minecraft","item":"https:\/\/xgamingserver.com\/blog\/category\/minecraft-server-docs\/"},{"@type":"ListItem","position":3,"name":"Minecraft Item IDs: List and How to Find Any ID (26.2)"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]},{"@type":"Person","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d","name":"Hectar Carson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g","caption":"Hectar Carson"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/minecraft-item-ids.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/22923","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=22923"}],"version-history":[{"count":0,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/22923\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/22924"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=22923"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=22923"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=22923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}