mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-12 22:44:55 +00:00
15 lines
668 B
JSON
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"
|
|
} |