Changes

Jump to navigation Jump to search
33 bytes removed ,  15:50, 9 January 2022
→‎Inject static content: added link to other wiki page with complete docs on mail format
Line 343: Line 343:  
             // %item tools Axe Hoe %%  - this adds tools; may list any of Axe, Hoe, Can, Scythe, and Pickaxe
 
             // %item tools Axe Hoe %%  - this adds tools; may list any of Axe, Hoe, Can, Scythe, and Pickaxe
 
             // %item money 250 601  %%  - this sends a random amount of gold from 250 to 601 inclusive.
 
             // %item money 250 601  %%  - this sends a random amount of gold from 250 to 601 inclusive.
             // %item cookingRecipe %%  - this is for recipes (did not try myself)  Not sure how it know which recipe.  
+
             // For more details, see: https://stardewvalleywiki.com/Modding:Mail_data
 
             data["MyModMail1"] = "Hello @... ^A single carat is a new line ^^Two carats will double space.";
 
             data["MyModMail1"] = "Hello @... ^A single carat is a new line ^^Two carats will double space.";
 
             data["MyModMail2"] = "This is how you send an existing item via email! %item object 388 50 %%";
 
             data["MyModMail2"] = "This is how you send an existing item via email! %item object 388 50 %%";
6

edits

Navigation menu