mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 08:21:59 +00:00
33 lines
855 B
JSON
33 lines
855 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3715727616",
|
|
"title": "minecraft:throwable v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"do_swing_animation": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"launch_power_scale": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"max_draw_duration": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"max_launch_power": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"min_draw_duration": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"scale_power_by_draw_duration": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {}
|
|
} |