Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/minecraft.flying_speed.json
DaanV2 9f4342e97c Moved
2021-10-08 12:59:03 +02:00

10 lines
388 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" } }
}