This commit is contained in:
DaanV2
2021-09-22 00:10:11 +02:00
parent 48ef1724c4
commit 0bbeac419b
3 changed files with 7 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
"on_home": {
"description": "Event to run when this mob gets home.",
"title": "On Home",
"$ref": "../types/trigger.json"
"oneOf": [{ "$ref": "../types/trigger.json" }, { "type": "array", "items": { "$ref": "../types/trigger.json" } }]
},
"on_failed": {
"$ref": "../types/event.json",