{ "$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 } ] }