https://github.com/aceynk/custommoss
A C# SMAPI mod to allow content packs to define custom moss variants for Stardew Valley.
https://github.com/aceynk/custommoss
c-sharp smapi stardew-valley stardew-valley-mods
Last synced: about 2 months ago
JSON representation
A C# SMAPI mod to allow content packs to define custom moss variants for Stardew Valley.
- Host: GitHub
- URL: https://github.com/aceynk/custommoss
- Owner: aceynk
- License: gpl-3.0
- Created: 2024-07-19T21:48:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T04:37:42.000Z (9 months ago)
- Last Synced: 2025-03-16T06:11:53.378Z (about 2 months ago)
- Topics: c-sharp, smapi, stardew-valley, stardew-valley-mods
- Language: C#
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Moss Framework
CustomMoss is a framework (does nothing to the game on its own) for Stardew Valley that allows content packs to create new moss variants to grow on trees and rocks.
For modders, please see the documentation: https://github.com/aceynk/CustomMoss/blob/main/docs/en_docs.md
## Compatibility
As of v1.0.1, there is compatibility with Scythe Tool Enchantments' Gatherer enchantment. See: https://www.nexusmods.com/stardewvalley/mods/26217.
## Dependencies
CustomMoss entirely depends on the Stardew Modding API (SMAPI).
You can find SMAPI here: https://smapi.io/
Content packs for this mod will likely require Content Patcher (CP) as a dependency.
You can find CP here: https://www.nexusmods.com/stardewvalley/mods/1915
CustomMoss depends on GenericModConfigMenu (GMCM) for a single config option.
This is not a hard requirement, however, and the mod should work fine without it.You can find GMCM here: https://www.nexusmods.com/stardewvalley/mods/5098