Rewrote pet back end to use a more authentic system

Pets can now stack
Fixes a bug where a pet could get reset to 0 hunger and growth when dropped
Player save version migration messages are no longer shown
Pets now morph into adults in-place
This commit is contained in:
Player Name
2024-10-06 10:47:36 +00:00
committed by Ryan
parent 6b0f942598
commit 9c202aa47a
19 changed files with 204 additions and 684 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class ServerConstants {
var NOAUTH_DEFAULT_ADMIN: Boolean = true
@JvmField
var CURRENT_SAVEFILE_VERSION = 1
var CURRENT_SAVEFILE_VERSION = 2
@JvmField
var DAILY_ACCOUNT_LIMIT = 3