From 6930195dc226dca6b65287fa1dbdad8b4467915c Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Wed, 13 Jul 2022 22:40:15 +0100 Subject: [PATCH] Update send_event.json Added property --- source/behavior/entities/format/behaviors/send_event.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/behavior/entities/format/behaviors/send_event.json b/source/behavior/entities/format/behaviors/send_event.json index 7a987ae8..0994cd15 100644 --- a/source/behavior/entities/format/behaviors/send_event.json +++ b/source/behavior/entities/format/behaviors/send_event.json @@ -40,6 +40,12 @@ "description": "Time in seconds for the entire event sending process", "title": "Cast Duration" }, + "look_at_target": { + "title": "Look At Target", + "type": "boolean", + "default": true, + "description": "If true, the mob will face the entity it sends an event to" + }, "event_choices": { "type": "array", "title": "Event Choices",