Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.flying_speed.json
2021-07-01 16:32:59 +02:00

10 lines
397 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.flying_speed",
"type": "object",
"title": "Flying Speed 1.8.0",
"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" } }
}