Initial Commit

This commit is contained in:
DaanV2
2020-11-01 17:22:42 +01:00
parent b4075f27df
commit 7a62f06f23
775 changed files with 39420 additions and 0 deletions

View File

@@ -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" }
}
}