10 lines
376 B
JSON
10 lines
376 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" } }
|
|
}
|