Files
minecraft-bedrock-json-schemas/behaviour/entities/1.8.0/behaviors/minecraft.behavior.swim_wander.json
2021-01-27 00:52:47 +01:00

29 lines
829 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": "Behavior.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"
}
}
}