Minecraft how to find item ids for mods
Emma Newman
Published Mar 29, 2026

# ===== recipe mod – aka. Custom Crafting Recipies ===== Uncomment to enable mod: modRecipeEnabled = yes # Show id of the item currently selected – useful for adding recipes to new items. optRecipeShowId = yes # Dumps all recipes to log file after loading recipes.txt – debug tool mostly. optRecipeDump = no
There are other answers below:
For example, say I download a mod that adds a special pickaxe to the game. I go into my survival world (with cheats enabled) and open the console to spawn the pickaxe. However to spawn an item I need it’s item ID and since the pickaxe comes from a mod and not the vanilla game I can’t just pull up the ID on the main wiki.
Is there any way to get the name ID for mod items? I have no idea how to do it at the moment, and I have tried the name with all the capital letter and underscore combinations I could try, can you please help? … Browse other questions tagged minecraft-java-edition minecraft-mods. Screenshot of the Week Linca is about to destroy something in …
Open minecraft 2. Go in a server or in a single player map 3. Use control button (ctrl) and the f3 button (ctrl +F3) the statistics might popup but use f3 to minimize it again. 4. Open your inventory and hover over any item (preferably not one with custom name.) after the name it will be a number for example on glass the Id will be 20.
If using ModTweaker/CraftTweaker, use /mt hand to get the ID/NBT of the item in your hand. Or hit F3+H to enable advanced tooltip mode, which will show the full name+metadata. Having Immersive Engineering installed also exposes oredict names in advanced tooltips. How to get an item ID — no mod required.
51 rows · Minecraft Item ID List. Minecraft Item IDs is a searchable, interactive database of all Minecraft item and block IDs. On this website, you can find lists of all types of items. Each item has its own individual page, on which you can find crafting recipes, spawn commands, and useful information about it.
To include mods in this analysis, you’d need to decompile them as well. The main Minecraft server contains an Item.java file that lists all items along with their item IDs. The format of the calls that insert items into the registry is pretty simple and amenable to extraction via grep and some regular expressions. For example, on a not …
Mar 20, 2021. #3. It’s built-in Minecraft feature, click f3+h and then you see item ID when you move your cursor on item in inventory. btw: You posted it in wrong category of forum, it’s not related to helping with coding, I’d post it in off topic or comunity help. Upvote -1 Downvote.
take note of what mod the item is from and close minecraft. then what you have to do is either a) delete the mod the item came from or if you are really advanced (a.k.a capable of developing your own mod from scratch) b) actually modify the mod itself and reassign the conflicting item a new ID.
Finding Mod Item IDs – posted in Skyrim Mod Talk: So this may or may not be a stupid question. I’ve searched everywhere for an answer to this, but I have been unable to find anything useful. I am trying to find a way to look up specific item IDs for Mod created items. I know about the help console command, but that only pulls up a certain number of files, and is …
Related Questions
How to get the item ID of an item in Minecraft?
The main Minecraft server contains an Item.javafile that lists all items along with their item IDs. The format of the calls that insert items into the registry is pretty simple and amenable to extraction via grepand some regular expressions.
How do I find out what mods a Minecraft item contains?
Minecraft’s item and crafting recipes are defined in code, not in data. So you’ll have to decompile the .jarfiles to do any useful analysis. To include mods in this analysis, you’d need to decompile them as well. The main Minecraft server contains an Item.javafile that lists all items along with their item IDs.
Where can I find a list of Minecraft items?
Minecraft Item IDs is a searchable, interactive database of all Minecraft item and block IDs. On this website, you can find lists of all types of items. Each item has its own individual page, on which you can find crafting recipes, spawn commands, and useful information about it.
How do I find item codes?
The first thing I would do if I were looking for item codes would be to go to the place where you do mod-cleaning. You load up the mod in the CK. You go to File > Data > Details and read the list of everything the mod edits. You are looking for a certain armor, so the four character code for items in this category is ARMO.