From 09be68b98041246877106828d4515ec8535c0c4b Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 2 Jul 2021 20:39:58 +0200 Subject: [PATCH] Fixed --- source/behavior/entities/1.16.100/components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/1.16.100/components.json b/source/behavior/entities/1.16.100/components.json index 128b22f3..fc830bda 100644 --- a/source/behavior/entities/1.16.100/components.json +++ b/source/behavior/entities/1.16.100/components.json @@ -12,7 +12,7 @@ "minecraft:angry": { "$ref": "../1.8.0/components/minecraft.angry.json" }, "minecraft:annotation.break_door": { "$ref": "../1.8.0/components/minecraft.annotation.break_door.json" }, "minecraft:annotation.open_door": { "$ref": "../1.8.0/components/minecraft.annotation.open_door.json" }, - "minecraft:area_attack": { "$ref": "../1.16.0/components/minecraft.area_attack.json" }, + "minecraft:area_attack": { "$ref": "../1.8.0/components/minecraft.area_attack.json" }, "minecraft:attack": { "$ref": "../1.8.0/components/minecraft.attack.json" }, "minecraft:attack_cooldown": { "$ref": "../1.16.0/components/minecraft.attack_cooldown.json" }, "minecraft:attack_damage": { "$ref": "../1.8.0/components/minecraft.attack_damage.json" },