- Spawn category (#225)

This commit is contained in:
Xterionix
2024-03-16 04:36:15 +05:00
committed by GitHub
parent b6a091a913
commit f95ee61ad5

View File

@@ -185,6 +185,12 @@
}
}
}
},
"spawn_category": {
"type": "string",
"enum": ["monster", "creature", "ambient", "axoltols", "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"
}
}
},