Back to Tools
Minecraft ID Lookup · 26.2

Minecraft Item & Block Minecraft ID Finder

Search every Minecraft item, Minecraft block and Minecraft entity ID. Click any result to copy its /give command.

Search IDs

Filter by category, then open an item for its /give command

Showing 120 of 1505 (search to filter)

Items and blocks

120 of 1505 entries

Item ID FAQ

Namespaced IDs, the numeric IDs that stopped working, and how to look one up in game

What is a Minecraft item ID? +

An item ID is the namespaced name the game uses internally, written as minecraft:<name> — for example minecraft:diamond_sword. Commands, data packs and NBT all refer to items by this ID rather than their display name. This page lists all 1505 of them for 26.2.

Do numeric item IDs still work? +

No. Numeric IDs like 264 for a diamond were removed from Java Edition in 1.13, the update known as the Flattening. Anything still listing numbers is written for 1.12 or earlier; modern versions accept only namespaced string IDs.

How do I give myself an item with a command? +

Use /give <player> <item> [count], for example /give @s minecraft:diamond_sword 1. You need cheats enabled in a single-player world, or permission level 2 on a server. Every entry on this page has a copy-ready /give command.

How do I see an item's ID in game? +

Press F3 + H to turn on advanced tooltips, then hover any item in your inventory — its namespaced ID appears at the bottom of the tooltip. The same shortcut turns it back off.

Is the minecraft: prefix required? +

Not in commands. minecraft: is the default namespace, so /give @s diamond_sword works the same as /give @s minecraft:diamond_sword. You do need an explicit namespace for items added by mods or data packs.

More reference tools

The rest of the set, for the IDs this one doesn't cover