Files
minecraft-bedrock-json-schemas/behaviour/entities/1.16.0/components/minecraft.horse.jump_strength.json

33 lines
748 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.horse.jump_strength",
"type": "object",
"title": "Horse.jump_strength 1.16.0",
"additionalProperties": false,
"description": "UNDOCUMENTATED",
"required": [],
"properties": {
"value": {
"description": "UNDOCUMENTATED",
"title": "Value",
"oneOf": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"range_min": {
"type": "number"
},
"range_max": {
"type": "number"
}
}
},
{
"type": "number"
}
]
}
}
}