17 lines
754 B
JSON
17 lines
754 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.swim_idle",
|
|
"description": "Has the fish swim around when they can't pathfind",
|
|
"type": "object",
|
|
"title": "Swim Idle 1.8.0",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"priority": { "$ref": "types/base_priority.json" },
|
|
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
|
"interval": { "type": "number", "title": "Interval", "description": "UNDOCUMENTATED" },
|
|
"look_ahead": { "type": "number", "title": "Look Ahead", "description": "UNDOCUMENTATED" },
|
|
"wander_time": { "type": "number", "title": "Wander Time", "description": "UNDOCUMENTATED" }
|
|
}
|
|
}
|