Updated documentation with the microsoft documentation

This commit is contained in:
DaanV2
2021-07-02 13:00:02 +02:00
parent f9ecdb79e8
commit dd28b6a467
29 changed files with 152 additions and 127 deletions

View File

@@ -12,13 +12,13 @@
"description": "Amount of time before the entity grows up, -1 for always a baby.",
"title": "Duration"
},
"feedItems": {
"feed_items": {
"description": "List of items that can be fed to the entity. Includes `item` for the item name and `growth` to define how much time it grows up by",
"title": "Feed Items",
"type": "array",
"items": {
"title": "Feed Items",
"description": "UNDOCUMENTATED: feedItems",
"title": "Feed Item",
"description": "An item that can be fed to the entity. Includes 'item' for the item name and 'growth' to define how much time it grows up by",
"oneOf": [
{
"type": "object",