An open API service indexing awesome lists of open source software.

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.

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