stardew-crop-data icon indicating copy to clipboard operation
stardew-crop-data copied to clipboard

Parses Stardew Valley data files, extracting crop and seed data as JSON for use in web apps

Results 3 stardew-crop-data issues
Sort by recently updated
recently updated
newest added

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...

enhancement

This is how the game parses the data and can be seen in `Object.cs::Object()`.

enhancement

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,...