diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.melee_attack.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.melee_attack.json index 5b1a823b..34193ff2 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.melee_attack.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.melee_attack.json @@ -41,6 +41,7 @@ "description": "If true, this goal will only trigger if the mob can reach its target.", "title": "Require Complete Path" }, - "on_attack": { "$ref": "../types/event.json", "title": "On Attack", "description": "UNDOCUMENTATED" } + "on_attack": { "$ref": "../types/event.json", "title": "On Attack", "description": "UNDOCUMENTATED" }, + "on_kill": { "$ref": "../types/event.json", "title": "On Attack", "description": "UNDOCUMENTATED" } } }