Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.16.0/components/minecraft.horse.jump_strength.json
2021-06-16 16:19:12 +02:00

16 lines
537 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.horse.jump_strength",
"type": "object",
"title": "Horse.jump Strength 1.16.0",
"additionalProperties": false,
"description": "UNDOCUMENTED",
"required": [],
"properties": {
"value": {
"description": "UNDOCUMENTED",
"title": "Value",
"oneOf": [{ "type": "object", "additionalProperties": false, "properties": { "range_min": { "type": "number" }, "range_max": { "type": "number" } } }, { "type": "number" }]
}
}
}