stardew-multiplayer-docker/docker/mods/UnlimitedPlayers/manifest.json
norimicry d6a008ded0 Add Unlimited Players Mod to both Docker compose files
Incorporated the Unlimited Players Mod in the docker compose files for both steam and gog versions. This mod allows for a dynamic number of players to join, and the number can be set via the UNLIMITED_PLAYERS_PLAYER_LIMIT environment variable. Additionally, new configuration and manifest files were added for the UnlimitedPlayers mod.
2024-05-03 11:04:44 -04:00

10 lines
325 B
JSON

{
"Author": "Armitxes",
"Description": "Remove the maximum player restrictions, build endless cabins.",
"Name": "Unlimited Players by Armitxes",
"EntryDll": "UnlimitedPlayers.dll",
"UniqueID": "Armitxes.UnlimitedPlayers",
"UpdateKeys": [ "GitHub:Armitxes/StardewValley_UnlimitedPlayers" ],
"Version": "2024.4.16"
}