stardew-multiplayer-docker/docker/mods/AutoLoadGame/manifest.json
norimicry 13597e046a Update AutoLoadGame mod and remove RemoteControl mod
The RemoteControl mod has been completely deleted along with its references in README.md file and docker-compose.yml. In addition, the AutoLoadGame mod has been updated with an added author and bumped up version.
2024-03-29 20:10:45 -04:00

11 lines
293 B
JSON

{
"Name": "Auto Load Game",
"Author": "Caraxian, yatsukiko",
"Version": "1.0.3",
"Description": "Automatically load a save file when starting.",
"UniqueID": "caraxian.AutoLoadGame",
"EntryDll": "AutoLoadGame.dll",
"MinimumApiVersion": "4.0.0",
"UpdateKeys": [ "Nexus:2509" ]
}