stardew-soundloop-mod/SoundLoopMod/manifest.json
Strelkasaurus e7075c1c7d Reset the secret woods music whenever it is entered
The game only does this before 1800, afterwards it is expected that no sound will play.
However, with this mod installed having silence 1800-2000 is a bit jarring, so we keep
the woods theme playing until 2000. We need to handle playing this in the time range
1800-2000.
2022-07-27 03:29:49 +02:00

10 lines
275 B
JSON

{
"Name": "SoundLoop Mod",
"Author": "strelkasaur",
"Version": "1.0.1-beta2",
"Description": "Loops the in-game music",
"UniqueID": "com.strelkasaurus.sm.soundloop",
"EntryDll": "SoundLoopMod.dll",
"MinimumApiVersion": "3.0.0",
"UpdateKeys": ["Nexus:13099"]
}