Minecraft ID and Name Lists (2024)

Each item, block, entity, mob, enchantment, status effect and sound effect in Minecraft has an ID and Name assigned to it. These internal game values are essential to know when performing commands and cheats such as /give, /summon, /enchant, /effect or /stopsound. IDs and Names are also used extensively in Command Blocks.

Here is the list of IDs and Names in Minecraft.

Entities/Mobs

Minecraft Entity List (Java Edition 1.20)Minecraft Entity List (Java Edition 1.19)Minecraft Entity List (Java Edition 1.17/1.18)Minecraft Entity List (Java Edition 1.16)Minecraft Entity List (Java Edition 1.15)Minecraft Entity List (Java Edition 1.14)Minecraft Entity List (Java Edition 1.13)Minecraft Entity List (Java Edition 1.12.2)
Minecraft Entity List (Java Edition 1.11.2)Minecraft Entity List (Java Edition 1.10)Minecraft Entity List (Pocket Edition)Minecraft Entity List (Xbox One Edition)Minecraft Entity List (PS4 Edition)Minecraft Entity List (Nintendo Switch Edition)Minecraft Entity List (Windows 10 Edition)Minecraft Entity List (Education Edition)

Enchantments

Minecraft Enchantment ListSword Enchantment ListBow Enchantment ListHelmet/Cap Enchantment ListChestplate Enchantment ListLeggings Enchantment ListBoots Enchantment ListCompass Enchantment ListFishing Rod Enchantment ListAxe Enchantment ListPickaxe Enchantment List
Shovel Enchantment ListHoe Enchantment ListShears Enchantment ListElytra Enchantment ListShield Enchantment ListTrident Enchantment ListCrossbow Enchantment ListFlint and Steel Enchantment ListBrush Enchantment ListMace Enchantment List

Status Effects

Minecraft Effect List (Java Edition)Minecraft Effect List (Pocket Edition)Minecraft Effect List (Xbox One Edition)Minecraft Effect List (PS4 Edition)Minecraft Effect List (Nintendo Switch Edition)

Biomes

Biome List (Java Edition)Biome List (Pocket Edition)Biome List (Windows 10 Edition)Biome List (Xbox One Edition)
Biome List (PS4 Edition)Biome List (Nintendo Switch Edition)Biome List (Education Edition)

Color Codes/Format Codes

Minecraft Color Codes (Format Codes)Minecraft Firework ColorsMinecraft Dyed Armor Colors
Minecraft Sign Color Codes (Bedrock Edition)Minecraft Pattern Color List (Java Edition)

Horse Variants

Horse Variant List (Java Edition)

Sound Effects

Sound Effect List (Java Edition)Sound Effect List (Pocket Edition)Sound Effect List (Xbox One Edition)Sound Effect List (PS4 Edition)
Sound Effect List (Nintendo Switch Edition)Sound Effect List (Windows 10 Edition)Sound Effect List (Education Edition)

Advancements

Advancement List (Java Edition)

Particles

Particle List (Java Edition 1.16)Particle List (Java Edition 1.15)Particle List (Java Edition 1.14)Particle List (Java Edition 1.13)Particle List (Java Edition 1.12)
Particle List (Pocket Edition)Particle List (XBox One Edition)Particle List (PS4 Edition)Particle List (Nintendo Switch Edition)Particle List (Windows 10 Edition)

Patterns (for Banners and Shields)

Pattern List (Java Edition)
Minecraft Pattern Color List (Java Edition)

Fog

Fog List (Pocket Edition)Fog List (Xbox One Edition)Fog List (PS4 Edition)
Fog List (Nintendo Switch Edition)Fog List (Windows 10 Edition)Fog List (Education Edition)

Example of how to use an Item

Starting in Minecraft 1.8, you will need to know the name of an item when using the /give command.

For example, you use the gold_block name in the /give command when you want to give the player called DigMinecraft 4 blocks of gold.

/give DigMinecraft gold_block 4

Example of how to use an Entity

You can use the /summon command to summon entities and mobs in the game.

For example in Minecraft 1.9, you can use the EnderDragon entity value to summon an ender dragon that is about to perform a breath attack.

/summon EnderDragon ~ ~ ~ {DragonPhase:7}

Example of how to use an Enchantment

You can enchant the armor, weapons, and tools that you are holding by using the /enchant command.

For example, you can use the /enchant command to enchant the item that the player called DigMinecraft is holding with Blast Protection IV.

/enchant DigMinecraft blast_protection 4

In this example, blast_protection is the name of the enchantment and 4 is the level of the enchantment to add.

You could also have used the ID value to add the enchantment:

/enchant DigMinecraft 3 4

Both commands would result in the item held by DigMinecraft to be enchanted with Blast Protection IV.

Example of how to use a Status Effect

You can give a player an effect (ie: potion effect) that is either helpful or harmful by using the /effect command.

For example, you can use the /effect command to give the player DigMinecraft the effect called Fire Resistance for 30 seconds:

/effect DigMinecraft fire_resistance 30 60

In this example, fire_resistance is the name of the effect, 30 is the number of seconds that the effect will last, and 60 is the amplifier.

You could also have used the ID value to add the effect:

/effect DigMinecraft 12 30 60

Both commands would result in DigMinecraft having the Fire Resistance effect for 30 seconds.

Example of how to use a Sound Effect

Knowing the name of a sound effect comes in handy when you want to stop a sound from playing. Starting in Minecraft 1.9.3, you can use the /stopsound command to stop sound effects in the game.

For example, you can stop the Creative music sound effect for the player named DigMinecraft.

/stopsound DigMinecraft music minecraft:music.creative
Minecraft ID and Name Lists (2024)

FAQs

How to find modded block ID? ›

Using the Info Tool
  1. Place the block you want to set.
  2. Hold any item in your hand (not a block)
  3. Run the /info command.
  4. Right-click the block you placed with the item.
  5. The chat will have a message that has both the #id and [data] values. If it says #991 and [5], the block's ID is 991:5.
  6. Use that ID in the WorldEdit command.
Mar 9, 2021

What is the ID in Minecraft? ›

An ID is an attribute that allows Minecraft to identify a block or item unambiguously. Rather than saving a complicated string of characters (such as those used in a name), Minecraft instead remembers ID values and associates them with the block or item being referenced during gameplay.

What is the ID for diamond block? ›

NameIdentifierNumeric ID
Block of Diamonddiamond_block57

What is the mod ID? ›

When anything refers to the Mod Id, also seen as ModId, Unique Id, Manifest id, it's referring to the UniqueID field in the manifest. json. It'll look something like this "UniqueID": "Username.ID", or real example (from one of my mods) "UniqueID": "Dyanosis.

How to get block ID? ›

Find Block ID
  1. Select a block.
  2. Open the Block Inspector.
  3. Find ID field.
Dec 18, 2023

How to see item names in Minecraft? ›

When selected in the hotbar, items briefly display their names above the HUD. The only method by which an item can be properly displayed within the game environment is to place it into an item frame.

How do you find the ID of an object in Minecraft? ›

How do I find item ID names?
  • Press F3 + H.
  • Hover over an Item and look at it's tooltip.
  • ???
  • Profit.
Apr 12, 2016

What is the command to get 1000 speed in Minecraft? ›

In this example, we used this command: /effect give Player minecraft:speed 1000 100.

How to use Minecraft cheats? ›

To use a Minecraft command or cheat, all you need to do is hop into your Minecraft game and tap the "/" key to open up the console. Every command in Minecraft must start with a "/", but using this shortcut will automatically add the "/" prefix so you can just start typing the command you want to use.

How to check item ID in Minecraft? ›

You can press F3 + H which will enable tooltips. You can now hover over an item or block to see its id.

How do I find my unique user ID in Minecraft? ›

Paste the username of the player under MC Username:, then click on Search. The UUID of the player will be displayed as long as you type the username correctly. For Bedrock players, the XUID (Xbox Unique Identifier) will be shown too. NOTE: Don't worry about capital letters.

How do you find the ID of a modded item in Skyrim? ›

From within the game, you can find the correct ID by opening the console and clicking on an object from that add-on, or by using the help command with an add-on specific object. Leading digits which are unique are: 00 Those IDs are used by the original Skyrim (Skyrim.

How to know block id in Minecraft? ›

Press Fn + F3 and then on the right the last few lines should have the ID and info about the block.

How do I find my workshop mod ID? ›

In order to get the id of a workshop mod, go to its workshop site, and look at the last number of its URL. That's your mod's id. So for https://steamcommunity.com/sharedfiles/filedetails/?id=1682700568, the ID would be 1682700568.

What is the ID for Redstone block? ›

Sculk Sensor
NameItem IDNumerical ID
Heavy Weighted Pressure Plateminecraft:heavy_weighted_pressure_plate148
Daylight Detectorminecraft:daylight_detector151
Block of Redstoneminecraft:redstone_block152
Hopperminecraft:hopper154
25 more rows

References

Top Articles
Latest Posts
Article information

Author: Sen. Emmett Berge

Last Updated:

Views: 6455

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Sen. Emmett Berge

Birthday: 1993-06-17

Address: 787 Elvis Divide, Port Brice, OH 24507-6802

Phone: +9779049645255

Job: Senior Healthcare Specialist

Hobby: Cycling, Model building, Kitesurfing, Origami, Lapidary, Dance, Basketball

Introduction: My name is Sen. Emmett Berge, I am a funny, vast, charming, courageous, enthusiastic, jolly, famous person who loves writing and wants to share my knowledge and understanding with you.