Adding examples

This commit is contained in:
DaanV2
2021-10-11 16:39:22 +02:00
parent 3ff03076ee
commit 4797b5a863
4 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,13 @@
"$id": "blockception.minecraft.behavior.entities.type.trigger",
"title": "Trigger",
"description": "Trigger to fire",
"examples": [
{
"filters": [],
"target": "self",
"event": "to:foo"
}
],
"oneOf": [
{ "type": "string" },
{