From 33f4214a48f8c11d1b463f9deb647ebddd2cfc38 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 21 Oct 2021 16:23:13 +0200 Subject: [PATCH] Added thrown_potion_effect to projectile.onhit --- source/behavior/entities/format/components/projectile.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/behavior/entities/format/components/projectile.json b/source/behavior/entities/format/components/projectile.json index 5cc19065..59f2bf7e 100644 --- a/source/behavior/entities/format/components/projectile.json +++ b/source/behavior/entities/format/components/projectile.json @@ -391,6 +391,11 @@ "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Teleport Owner" + }, + "thrown_potion_effect": { + "title": "Thrown Potion Effect", + "type": "object", + "additionalProperties": false } } },