diff --git a/source/behavior/entities/format/components.json b/source/behavior/entities/format/components.json index 52f86bbf..917dd889 100644 --- a/source/behavior/entities/format/components.json +++ b/source/behavior/entities/format/components.json @@ -162,8 +162,8 @@ "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:suspect_tracking": { "$ref": "./components/suspect_tracking.json" }, "minecraft:tameable": { "$ref": "./components/tameable.json" }, "minecraft:tamemount": { "$ref": "./components/tamemount.json" }, "minecraft:target_nearby_sensor": { "$ref": "./components/target_nearby_sensor.json" }, @@ -180,6 +180,7 @@ "minecraft:underwater_movement": { "$ref": "./components/underwater_movement.json" }, "minecraft:variant": { "$ref": "./components/variant.json" }, "minecraft:vibration_damper": { "$ref": "./components/vibration_damper.json" }, + "minecraft:vibration_listener": { "$ref": "./components/vibration_listener.json" }, "minecraft:walk_animation_speed": { "$ref": "./components/walk_animation_speed.json" }, "minecraft:wants_jockey": { "$ref": "./components/wants_jockey.json" }, "minecraft:water_movement": { "$ref": "./components/water_movement.json" }, diff --git a/source/behavior/entities/format/components/vibration_listener.json b/source/behavior/entities/format/components/vibration_listener.json new file mode 100644 index 00000000..c17727dd --- /dev/null +++ b/source/behavior/entities/format/components/vibration_listener.json @@ -0,0 +1,9 @@ +{ + "$id": "blockception.minecraft.behavior.entities.minecraft.vibration_listener", + "type": "object", + "title": "Vibration Listener", + "additionalProperties": false, + "required": [], + "properties": {}, + "description": "This entity will respond to vibrations" +}