Updating interact

This commit is contained in:
DaanV2
2024-04-20 12:31:26 +02:00
parent 8ab255eb28
commit fe2a7cc70b
2 changed files with 7 additions and 7 deletions

View File

@@ -188,7 +188,7 @@
},
"spawn_category": {
"type": "string",
"enum": ["monster", "creature", "ambient", "axoltols", "underground_water_creature", "water_creature", "water_ambient", "misc"],
"enum": ["monster", "creature", "ambient", "axolotls", "underground_water_creature", "water_creature", "water_ambient", "misc"],
"description": "At the moment, not fully implemented and does nothing. Recommended to leave it empty or set it to misc",
"default": "misc"
}