1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-24 16:16:13 +00:00
bedrock-samples/metadata/json_schemas/Throwable v1.20.50.json
Mike Ammerlaan 1440438305 v1.21.30.3
2024-09-17 09:13:33 -07:00

37 lines
1.5 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3715727616",
"title": "minecraft:throwable v1.20.50",
"description": "Throwable items can be thrown by the player, such as a snowball.",
"type": "object",
"properties": {
"do_swing_animation": {
"description": "Determines whether the item should use the swing animation when thrown. Default is set to false.",
"type": "boolean"
},
"launch_power_scale": {
"description": "The scale at which the power of the throw increases. Default is set to 1.0.",
"type": "number"
},
"max_draw_duration": {
"description": "The maximum duration to draw a throwable item. Default is set to 0.0.",
"type": "number"
},
"max_launch_power": {
"description": "The maximum power to launch the throwable item. Default is set to 1.0.",
"type": "number"
},
"min_draw_duration": {
"description": "The minimum duration to draw a throwable item. Default is set to 0.0.",
"type": "number"
},
"scale_power_by_draw_duration": {
"description": "Whether or not the power of the throw increases with duration charged. Default is set to false.",
"type": "boolean"
}
},
"$metaProperties": {
"CEREAL_DOCUMENTATION_TAG": false,
"CEREAL_JSON_SCHEMA": "Throwable v1.20.50"
}
}