Initial Commit
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"$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" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user