Updated
This commit is contained in:
@@ -3,25 +3,13 @@
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.random_hover",
|
||||
"description": "Allows the mob to hover around randomly, close to the surface",
|
||||
"type": "object",
|
||||
"title": "Random hover 1.16.0",
|
||||
"title": "Random Hover 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"hover_height": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Hover height",
|
||||
"items": [
|
||||
{
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"type": "number"
|
||||
}
|
||||
]
|
||||
},
|
||||
"hover_height": { "type": "array", "description": "UNDOCUMENTATED", "title": "Hover Height", "items": [{ "type": "number" }, { "type": "number" }] },
|
||||
"interval": {
|
||||
"type": "integer",
|
||||
"default": 120,
|
||||
@@ -32,19 +20,14 @@
|
||||
"type": "integer",
|
||||
"default": 10,
|
||||
"description": "Distance in blocks on ground that the mob will look for a new spot to move to. Must be at least 1",
|
||||
"title": "Xz dist"
|
||||
"title": "Xz Dist"
|
||||
},
|
||||
"y_dist": {
|
||||
"type": "integer",
|
||||
"default": 7,
|
||||
"description": "Distance in blocks that the mob will look up or down for a new spot to move to. Must be at least 1",
|
||||
"title": "Y dist"
|
||||
"title": "Y Dist"
|
||||
},
|
||||
"y_offset": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Height in blocks to add to the selected target position",
|
||||
"title": "Y offset"
|
||||
}
|
||||
"y_offset": { "type": "number", "default": 0, "description": "Height in blocks to add to the selected target position", "title": "Y Offset" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user