stardew-crop-data
stardew-crop-data copied to clipboard
Parses Stardew Valley data files, extracting crop and seed data as JSON for use in web apps
It could be useful to support extracting the data in languages other than English. This could be as simple as changing which `ObjectInformation.xnb` file is loaded, as the other translations...
This is how the game parses the data and can be seen in `Object.cs::Object()`.
Hello, I poked around in the xnb files and the json that this produces and found that the first item in the cropInfoData list is in English only for reference,...