ModMenu
- Install the latest version of SMAPI.
- Install this mod.
- Install EnaiumToolKit.
- Run the game using SMAPI.
manifest.json
namespace.className
{
"Custom": {
"ModMenu": {
"Setting": "ModMenu.Framework.Screen.SettingScreen"
}
}
}
namespace ModMenu.Framework.Screen
{
public class SettingScreen : IClickableMenu
{
}
}
{
"Custom": {
"ModMenu": {
"Contact": {
"HomePage": "https://github.com/Enaium-StardewValleyMods/ModMenu",
"Issues": "https://github.com/Enaium-StardewValleyMods/ModMenu/issues"
}
}
}
}