1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-12 22:44:55 +00:00
Files
bedrock-samples/metadata/json_schemas/server/item_components/1.21.90/SwingDurationItemComponent.json
2025-09-16 09:19:02 -07:00

15 lines
668 B
JSON

{
"$id": "3168878935",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Duration, in seconds, of the item's swing animation played when mining or attacking. Affects visuals only and does not impact attack frequency or other gameplay mechanics.",
"properties": {
"value": {
"description": "Duration, in seconds, of the item's swing animation played when mining or attacking. Affects visuals only and does not impact attack frequency or other gameplay mechanics. Default value: 0.3.",
"minimum": 0,
"type": "number"
}
},
"title": "minecraft:swing_duration",
"type": "object",
"x-format-version": "1.21.90"
}