Update movement.glide.json
Added property
This commit is contained in:
@@ -2,11 +2,16 @@
|
|||||||
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.glide",
|
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.glide",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Movement.glide",
|
"title": "Movement.glide",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "This is the move control for a flying mob that has a gliding movement.",
|
||||||
"$comment": "UNDOCUMENTED",
|
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [],
|
"required": [],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"max_turn": {
|
||||||
|
"type": "number",
|
||||||
|
"default": 30,
|
||||||
|
"description": "The maximum number in degrees the mob can turn per tick.",
|
||||||
|
"title": "Maximum Turn"
|
||||||
|
},
|
||||||
"start_speed": {
|
"start_speed": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"title": "Start Speed",
|
"title": "Start Speed",
|
||||||
@@ -22,8 +27,8 @@
|
|||||||
},
|
},
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"start_speed": 0.0,
|
"start_speed": 1.0,
|
||||||
"speed_when_turning": 0.0
|
"speed_when_turning": 2.0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user