auto: Formatted json files
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user