Stardew item ID refers to the unique numeric code that the game uses to identify every object you can pick up, craft, or sell. Understanding these IDs helps you manage mods, track loot tables, and debug save file issues more efficiently.
Each tool, crop, furniture piece, and resource in Stardew Valley is stored with a specific ID that scripts and configuration files reference. The following sections break down practical ways to use this knowledge without needing advanced programming skills.
| Item Name | Item ID | Type | Category |
|---|---|---|---|
| Copper Ore | 380 | Resource | Mining |
| Iron Ore | 382 | Resource | Mining |
| Stone | 390 | Resource | Mining |
| Copper Bar | 388 | Crafting | Ore Processing |
| Iron Bar | 392 | Crafting | Ore Processing |
Finding item IDs in-game
Using developer console commands
You can open the in-game console on PC and type a simple command to display the ID of the item your cursor is currently hovering over. This method works without installing any third-party tools and gives you immediate feedback during gameplay.
Inspecting save files and data folders
Advanced users can locate item IDs by opening the save file directory and reviewing the raw data that stores object references. These files reveal how the game internally tracks stacks, quality, and ownership for each item.
Using item IDs for modding
Configuring content packs
When you install or create mods, you often need to specify which items a recipe should accept or produce. Accurate item IDs prevent misconfigurations that can break crafting chains or cause missing recipe errors.
Automating workshop machinesinput
Certain machine mods read item IDs to decide which products to output and when to process them. Matching the correct ID ensures that your autofarm, furnace, or packaging line runs smoothly without producing wrong items.
Common pitfalls and troubleshooting
Version mismatch issues
Item IDs can shift between official updates and community mods if the base game changes item ordering. Always verify that your mod list matches the game version to avoid crashes or missing objects in your inventory.
Misconfigured recipe inputs
Typing an incorrect ID in a recipe config may silently disable the recipe or cause the game to consume unexpected materials. Double-check every ID you paste and test recipes in a safe location before scaling up production.
Optimizing your playthrough with item knowledge
- Use item IDs to streamline mod setups and reduce recipe conflicts.
- Track rare drops by matching ID lists to in-game loot tables.
- Design efficient storage layouts based on item categories and codes.
- Troubleshoot missing resources by verifying ID references in active mods.
- Keep a reference sheet for common IDs to speed up automation planning.
FAQ
Reader questions
How do I locate the item ID for something I found in the world?
Hover your cursor over the object and open the developer console, where built-in commands can display the exact ID without external tools.
Can item IDs help me organize large storage rooms more efficiently?
Yes, knowing IDs lets you design storage mods or spreadsheet layouts that group items by their internal code, making bulk management much faster.
Will changing item IDs break my existing saves?
Directly editing save files to modify IDs is risky and often leads to corrupted inventories; it is safer to use mods or configuration files instead.
Are item IDs the same on consoles and PC?
Consoles usually hide advanced ID systems, and cross-platform quirks can appear, so rely on official documentation when working outside PC.