# Stardew Valley Real Birthday Stardew Valley mod that will send you an in-game mail when it is your birthday. The mod will send to the player an in-game mail if they play Stardew Valley the day of their birthday. # Configuration After copying the mod in your Mods/ folder, you can configure it by opening `config.json`. ## Players There are four information that can be configured for players: - Name: use the in-game player name who should receive the birthday mail. - Date: birthday date in the MM-DD format, the date must include leading zeros (ie. 01-01, not 1-1). - LastCelebration: this register last time this player receives a birthday mail. Defaults to 0. Do not touch unless you want to reset it for the current year. - Template: the name of the mail template to use, SVRealBirthdayTemplate1 or SVRealBirthdayTemplate2. ## Templates There are three information that can be configured for templates: - Text: Use @ for the player name and ^ for a line break. Note also that < will show as a heart. - WhichBg: background to use, from 0 to 4. 0: default, 1: sandy's lined paper, 2: wizard style, 3: krobus style, 4: jojamart style. - Item: code for the item to include as a gift, see https://stardewvalleywiki.com/Modding:Items for more information. # Dependencies The following mods are required: - SMAPI - MailFrameworkMod