From f6ee7bd25f1ba0574f62e1673bda3b3b2646df04 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 7 Jun 2022 20:16:14 +0200 Subject: [PATCH] Added suspect_tracking --- source/behavior/entities/format/components.json | 1 + .../entities/format/components/suspect_tracking.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 source/behavior/entities/format/components/suspect_tracking.json diff --git a/source/behavior/entities/format/components.json b/source/behavior/entities/format/components.json index 6175faee..ee054c1b 100644 --- a/source/behavior/entities/format/components.json +++ b/source/behavior/entities/format/components.json @@ -161,6 +161,7 @@ "minecraft:sound_volume": { "$ref": "./components/sound_volume.json" }, "minecraft:spawn_entity": { "$ref": "./components/spawn_entity.json" }, "minecraft:spell_effects": { "$ref": "./components/spell_effects.json" }, + "minecraft:suspect_tracking": { "$ref": "./components/suspect_tracking.json" }, "minecraft:strength": { "$ref": "./components/strength.json" }, "minecraft:tameable": { "$ref": "./components/tameable.json" }, "minecraft:tamemount": { "$ref": "./components/tamemount.json" }, diff --git a/source/behavior/entities/format/components/suspect_tracking.json b/source/behavior/entities/format/components/suspect_tracking.json new file mode 100644 index 00000000..5e45c22c --- /dev/null +++ b/source/behavior/entities/format/components/suspect_tracking.json @@ -0,0 +1,9 @@ +{ + "$id": "blockception.minecraft.behavior.entities.minecraft.suspect_tracking", + "type": "object", + "title": "Suspect Tracking", + "additionalProperties": false, + "required": [], + "properties": {}, + "description": "Allows this entity to remember suspicious locations" +}