Changes

fix internal link format
Line 5: Line 5:  
==Storage options==
 
==Storage options==
 
===Player modData===
 
===Player modData===
As mentioned in the [[https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.5#Custom_mod_data|1.5 Migration Guide]], you can store arbitrary string data on a per-game, per-player basis in the <samp>Game1.player.modData</samp> dictionary.  This is automatically serialized/deserialized with the game, and works correctly in multiplayer.
+
As mentioned in the [[Modding:Migrate to Stardew Valley 1.5#Custom mod data|1.5 Migration Guide]], you can store arbitrary string data on a per-game, per-player basis in the <samp>Game1.player.modData</samp> dictionary.  This is automatically serialized/deserialized with the game, and works correctly in multiplayer.
    
<syntaxhighlight lang="c#">
 
<syntaxhighlight lang="c#">
106,474

edits