Added vibration_listener

This commit is contained in:
DaanV2
2022-06-07 23:06:08 +02:00
parent fae4cf0042
commit eaba1e0930
2 changed files with 11 additions and 1 deletions

View File

@@ -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" },

View File

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