mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 08:21:59 +00:00
20 lines
499 B
JSON
20 lines
499 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "435751873",
|
|
"title": "minecraft:use_modifiers v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"movement_modifier": {
|
|
"type": "number",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0,
|
|
"maximum": 1.0
|
|
},
|
|
"use_duration": {
|
|
"type": "number",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
}
|
|
},
|
|
"$metaProperties": {}
|
|
} |