diff --git a/source/behaviour/entities/1.16.0/components/minecraft.entity_sensor.json b/source/behaviour/entities/1.16.0/components/minecraft.entity_sensor.json index c4467ef8..2f2a9237 100644 --- a/source/behaviour/entities/1.16.0/components/minecraft.entity_sensor.json +++ b/source/behaviour/entities/1.16.0/components/minecraft.entity_sensor.json @@ -37,6 +37,10 @@ "title": "Sensor range" }, "event_filters": { "$ref": "../filters.json" }, - "event": { "$ref": "../types/event.json" } + "event": { + "title": "Event", + "description": "event", + "type": "string" + } } } diff --git a/source/behaviour/entities/1.8.0/components/minecraft.entity_sensor.json b/source/behaviour/entities/1.8.0/components/minecraft.entity_sensor.json index a7ddbfd9..51466b39 100644 --- a/source/behaviour/entities/1.8.0/components/minecraft.entity_sensor.json +++ b/source/behaviour/entities/1.8.0/components/minecraft.entity_sensor.json @@ -37,6 +37,10 @@ "title": "Sensor range" }, "event_filters": { "$ref": "../filters.json" }, - "event": { "$ref": "../types/event.json" } + "event": { + "title": "Event", + "description": "event", + "type": "string" + } } }