Pathoschild / StardewMods

Mods for Stardew Valley using SMAPI.
MIT License
712 stars 380 forks source link

[Content Patcher] Clarify the documentation for editing lists with EditData #1037

Closed dmorsecode closed 1 month ago

dmorsecode commented 2 months ago

Editing a list of models with Content Patcher is a common source of confusion that I see due to the difference between the original asset having no keys (as it is, of course, a list) and the items added/edited within the Entries field needing keys regardless for Content Patcher to utilize. This PR adds on to the documentation for the EditData action to clearly show how editing a list is possible by way of example, and also makes it clearer that the ability to edit a list is separate from, and not only consisting of, the process for moving entries within a list.

Pathoschild commented 1 month ago

Merged into develop for the upcoming Content Patcher 2.4.0. Thanks for the help!