Stardew Valley 1.4 adds a new type of XNB which contains data models, in the form List<SomeModelClass> or Dictionary<string, SomeModelClass>. Currently xnbcli skips them when unpacking.
Affected assets:
Data\Concessions
Data\FishPondData
Data\Movies
Data\MoviesReactions
Data\TailoringRecipes
The game developers provided these representative files for the new format (including the original files, debug pack, and release pack). See this overview of the XNB feature they used (the "Custom Classes" section).
Let me know if you need anything else!
Stardew Valley 1.4 adds a new type of XNB which contains data models, in the form
List<SomeModelClass>orDictionary<string, SomeModelClass>. Currently xnbcli skips them when unpacking.Affected assets:
Data\ConcessionsData\FishPondDataData\MoviesData\MoviesReactionsData\TailoringRecipesThe game developers provided these representative files for the new format (including the original files, debug pack, and release pack). See this overview of the XNB feature they used (the "Custom Classes" section).
Let me know if you need anything else!