Esca-MMC / FarmTypeManager

A mod for the game Stardew Valley, allows players and modders to spawn customizable features from each of Stardew’s farm types. Requires the SMAPI mod loader.
https://www.nexusmods.com/stardewvalley/mods/3231
Other
22 stars 13 forks source link

Improve support for configuration by other mods #5

Closed Esca-MMC closed 5 years ago

Esca-MMC commented 5 years ago

Attempt to add settings and an API for use by other mods that require Farm Type Manager.

At minimum, add a setting to ExtraConditions that only spawns things for certain farm types (standard, hilltop, etc). For additional support, look into adding an API so that SMAPI mods can enable/disable spawning. A more complex API could also allow full/real-time customization of settings from within the other mod.