Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/flying_speed.json
2022-07-22 19:41:04 +02:00

22 lines
464 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.flying_speed",
"type": "object",
"title": "Flying Speed",
"additionalProperties": false,
"description": "Speed in Blocks that this entity flies at.",
"required": [],
"properties": {
"value": {
"type": "number",
"default": 0.02,
"description": "Flying speed in blocks per tick.",
"title": "Value"
}
},
"examples": [
{
"value": 0.02
}
]
}