🐣 Full Stardew Valley item list IDs (updated for 1.6.15) & assets patcher.
This is a tool developed to help you find the IDs of items in Stardew Valley updated for the 1.6 update. It programmatically compiles all unpacked assets to generate a standardized item list separated by item type.
With these both new 1.6 changes, it's now possible to spawn any item in the game:
Previously, some item IDs were too long, and we couldn't bypass the pet's textbox width limit without breaking the item ID. This tool provides a smart way to use the new gender replacer dialogue command to bypass this limit, enabling us to obtain every single item in the game.
Starting from version 1.6.9, it’s also possible to spawn items typing /item <I:itemID> [I:amount] [I:quality]:
This is the only option for mobile players, this tool includes a tutorial switch and also automatically generates /item commands.
The tool is currently being hosted at: https://mateusaquino.github.io/stardewids/
If you want to use the patched data files generated by this tool, all data is available at /dist folder, however, if you want to update the item list by yourself (for a new update) first clone the repository and install the dependencies:
git clone https://github.com/MateusAquino/stardewids.git
cd stardewids
npm installThen, you'll need to copy stardew valley unpacked files to /assets folder. Patching the items can be done by running:
npm run update-item-listThis will patch all the items in the game to the /dist folder separated by item type.
To generate/update the index.html page with all the IDs as you change the files, run:
npm run devOr (for production):
npm run buildStarting from 1.6.14, every json category from this repository is now formatted with tabs, allowing you to track Stardew Valley items changes (new items, translations and updates) through GitHub diffs:
