13 lines
462 B
JSON
13 lines
462 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.glide",
|
|
"type": "object",
|
|
"title": "Movement.glide 1.8.0",
|
|
"description": "TODO description",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"start_speed": { "type": "number", "title": "Start Speed", "description": "UNDOCUMENTATED" },
|
|
"speed_when_turning": { "type": "number", "title": "Speed When Turning", "description": "UNDOCUMENTATED" }
|
|
}
|
|
}
|