diff --git a/source/behavior/entities/1.8.0/types/event.json b/source/behavior/entities/1.8.0/types/event.json index 0ce14b55..1b242d93 100644 --- a/source/behavior/entities/1.8.0/types/event.json +++ b/source/behavior/entities/1.8.0/types/event.json @@ -11,7 +11,8 @@ "target": { "type": "string", "description": "The target of the event", - "enum": ["block", "damager", "other", "parent", "player", "self", "target"] + "title": "Target", + "enum": ["baby", "block", "damager", "other", "parent", "player", "self", "target"] } } }