Merge pull request #27 from norimicry/update-always-on-server-mod

Update always on server mod
This commit is contained in:
norimicry 2024-05-03 10:49:53 -04:00 committed by GitHub
commit 27490dd7a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 8 additions and 22 deletions

Binary file not shown.

View File

@ -1 +0,0 @@
GFP9KJ8QNPZ1

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
</configuration>

View File

@ -25,4 +25,4 @@
"luauTimeOut": "${ALWAYS_ON_SERVER_LUAU_TIMEOUT}", "luauTimeOut": "${ALWAYS_ON_SERVER_LUAU_TIMEOUT}",
"danceOfJelliesTimeOut": "${ALWAYS_ON_SERVER_DANCE_OF_JELLIES_TIMEOUT}", "danceOfJelliesTimeOut": "${ALWAYS_ON_SERVER_DANCE_OF_JELLIES_TIMEOUT}",
"festivalOfIceTimeOut": "${ALWAYS_ON_SERVER_FESTIVAL_OF_ICE_TIMEOUT}" "festivalOfIceTimeOut": "${ALWAYS_ON_SERVER_FESTIVAL_OF_ICE_TIMEOUT}"
} }

View File

@ -1,7 +0,0 @@
{
"FarmingLevel": 0,
"MiningLevel": 0,
"ForagingLevel": 0,
"FishingLevel": 0,
"CombatLevel": 0
}

View File

@ -1,10 +1,10 @@
{ {
"Name": "Stardew Multiplayer Server", "Name": "Always On Server",
"Author": "funny-snek & Zuberii & moy", "Author": "funny-snek & Zuberii",
"Version": "1.6.0", "Version": "1.20.3-unofficial.2-mikkoperkele",
"Description": "A Headless server mod.", "Description": "A Headless server mod.",
"UniqueID": "moy.Always_On_Server", "UniqueID": "mikko.Always_On_Server",
"EntryDll": "Stardew-Multiplayer-Server.dll", "EntryDll": "Always On Server.dll",
"MinimumApiVersion": "4.0", "MinimumApiVersion": "4.0.0",
"UpdateKeys": [ "" ] "UpdateKeys": [ "Nexus:2677" ]
} }