2021-10-08 12:59:03 +02:00
|
|
|
{
|
2021-10-08 13:04:13 +02:00
|
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.flying_speed",
|
2021-10-08 12:59:03 +02:00
|
|
|
"type": "object",
|
2021-10-08 13:04:13 +02:00
|
|
|
"title": "Flying Speed",
|
2021-10-08 12:59:03 +02:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"description": "Speed in Blocks that this entity flies at.",
|
|
|
|
|
"required": [],
|
2021-10-11 18:10:42 +02:00
|
|
|
"properties": {
|
|
|
|
|
"value": {
|
|
|
|
|
"type": "number",
|
|
|
|
|
"default": 0.02,
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "Flying speed in blocks per tick.",
|
2021-10-11 18:10:42 +02:00
|
|
|
"title": "Value"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"examples": [
|
|
|
|
|
{
|
|
|
|
|
"value": 0.02
|
|
|
|
|
}
|
|
|
|
|
]
|
2021-10-08 12:59:03 +02:00
|
|
|
}
|