1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-17 00:05:41 +00:00
Files
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

22 lines
858 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "435751873",
"x-format-version": "1.20.50",
"x-minecraft-version": "1.21.90-beta.3",
"title": "minecraft:use_modifiers",
"description": "This component modifies use effects, including how long the item takes to use and the player's speed when used in combination with components like \"shooter\", \"throwable\", or \"food\".",
"type": "object",
"properties": {
"movement_modifier": {
"description": "Modifier value to scale the players movement speed when item is in use.",
"type": "number",
"minimum": 0.0,
"maximum": 1.0
},
"use_duration": {
"description": "How long the item takes to use in seconds.",
"type": "number",
"minimum": 0.0
}
}
}