Not sure if this is an issue with this mod or with Mod Update Menu but version 1.0.1 is reporting as 1.0.0 so it thinks it needs an update when it doesn't.
Doesn't work for me, I assume it only works with the English version of the game? Can you make it have a config.json file for adding own items? That way non-English users could add items according to their language. Or maybe define which item is which for safety reasons. i.e. { "SoggyNewspaper": [ "Durchnässte Zeitung" ], "Driftwood": [ "Treibholz" ] } ...and so on. Users could see which item is meant by looking at the icon https://stardewvalleywiki.com/Trash and fill out the config file to make the addon work for all languages.
4 comments
Can you make it have a config.json file for adding own items? That way non-English users could add items according to their language. Or maybe define which item is which for safety reasons. i.e.
{
"SoggyNewspaper": [
"Durchnässte Zeitung"
],
"Driftwood": [
"Treibholz"
]
}
...and so on. Users could see which item is meant by looking at the icon https://stardewvalleywiki.com/Trash and fill out the config file to make the addon work for all languages.