Added more examples

This commit is contained in:
DaanV2
2021-10-11 20:07:41 +02:00
parent 1e25f784bd
commit b225a155a4
7 changed files with 40 additions and 26 deletions

View File

@@ -18,19 +18,24 @@
"title": "Trust Event"
},
"trust_items": {
"title": "Trust Items",
"type": "array",
"description": "The list of items that can be used to get the entity to trust players",
"items": {
"$ref": "../../../../general/item/identifier.json",
"title": "Trust Item"
},
"title": "Trust Items"
}
}
},
"examples": [
{
"probability": 1,
"trust_items": []
"trust_event": "self:trust"
},
{
"probability": 1,
"trust_items": [],
"trust_event": "self:trust"
}
]
}