stardew-soundloop-mod/SoundLoopMod/manifest.json
Strelkasaurus e56b014c96 Initial release
Nexus page: https://www.nexusmods.com/stardewvalley/mods/13099

Caveats:
    - The music will go silent after dark (6-8pm depending on season).
    - There may be a short pause between each loop.
    - Music will not loop unless you are outdoors or in the mines.
2022-07-26 01:42:36 +02:00

10 lines
269 B
JSON

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