Cleanup and add the mob as a valid actor type

This commit is contained in:
Oliver-Akins 2024-01-28 20:26:24 -07:00
parent a8b054281f
commit 7b1fac733d
2 changed files with 2 additions and 210 deletions

View file

@ -2,7 +2,8 @@
"Actor": {
"types": [
"player",
"sync"
"sync",
"mob"
]
},
"Item": {