55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
|
|
{
|
||
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||
|
|
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.swim_with_entity",
|
||
|
|
"type": "object",
|
||
|
|
"title": "Behavior.swim_with_entity 1.8.0",
|
||
|
|
"description": "UNDOCUMENTATED",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"required": [],
|
||
|
|
"properties": {
|
||
|
|
"priority": { "ref": "types/base_priority.json" },
|
||
|
|
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
|
||
|
|
"success_rate": {
|
||
|
|
"type": "number",
|
||
|
|
"title": "Success rate",
|
||
|
|
"description": "UNDOCUMENTATED"
|
||
|
|
},
|
||
|
|
"chance_to_stop": {
|
||
|
|
"type": "number",
|
||
|
|
"title": "Chance to stop",
|
||
|
|
"description": "UNDOCUMENTATED"
|
||
|
|
},
|
||
|
|
"state_check_interval": {
|
||
|
|
"type": "number",
|
||
|
|
"title": "State check interval",
|
||
|
|
"description": "UNDOCUMENTATED"
|
||
|
|
},
|
||
|
|
"catch_up_threshold": {
|
||
|
|
"type": "number",
|
||
|
|
"title": "Catch up threshold",
|
||
|
|
"description": "UNDOCUMENTATED"
|
||
|
|
},
|
||
|
|
"match_direction_threshold": {
|
||
|
|
"type": "number",
|
||
|
|
"title": "Match direction threshold",
|
||
|
|
"description": "UNDOCUMENTATED"
|
||
|
|
},
|
||
|
|
"catch_up_multiplier": {
|
||
|
|
"type": "number",
|
||
|
|
"title": "Catch up multiplier",
|
||
|
|
"description": "UNDOCUMENTATED"
|
||
|
|
},
|
||
|
|
"search_range": {
|
||
|
|
"type": "number",
|
||
|
|
"title": "Search range",
|
||
|
|
"description": "UNDOCUMENTATED"
|
||
|
|
},
|
||
|
|
"stop_distance": {
|
||
|
|
"type": "number",
|
||
|
|
"title": "Stop distance",
|
||
|
|
"description": "UNDOCUMENTATED"
|
||
|
|
},
|
||
|
|
"entity_types": { "$ref": "../types/entity_types.json", "title": "Entity types", "description": "UNDOCUMENTATED" }
|
||
|
|
}
|
||
|
|
}
|