Begin to add a death inventory backup system

TODO: only take the backpack slots not the backpack contents; also exclude the character's clothing
This commit is contained in:
zontreck 2025-01-18 04:25:10 -07:00
parent 0f318a9efa
commit 5234415034
5 changed files with 83 additions and 3 deletions

View file

@ -3,8 +3,8 @@
"modid": "ariasserverutils",
"name": "Aria's Server Utilities",
"authors": ["zontreck"],
"description": "A collection of server utilities\n\nBuild Date: 01-18-2025 @ 02:58 AM",
"version": "1.0.0-dev.2",
"description": "A collection of server utilities\n\nBuild Date: 01-18-2025 @ 04:23 AM",
"version": "1.0.0-dev.3",
"dependencies": {
"game": ""
}