ModMenu

ModMenu

126k Downloads

ModMenu

ModMenu

Install

  1. Install the latest version of SMAPI.
  2. Install this mod.
  3. Install EnaiumToolKit.
  4. Run the game using SMAPI.

Custom

manifest.json

Setting

namespace.className

{
  "Custom": {
    "ModMenu": {
      "Setting": "ModMenu.Framework.Screen.SettingScreen"
    }
  }
}
namespace ModMenu.Framework.Screen
{
    public class SettingScreen : IClickableMenu
    {
        
    }
}

Contact

{
  "Custom": {
    "ModMenu": {
      "Contact": {
        "HomePage": "https://github.com/Enaium-StardewValleyMods/ModMenu",
        "Issues": "https://github.com/Enaium-StardewValleyMods/ModMenu/issues"
      }
    }
  }
}