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" +}