auto: Formatted json files

This commit is contained in:
DaanV2
2021-01-05 10:49:01 +01:00
parent d649d675bc
commit fe6a98a06b
21 changed files with 187 additions and 202 deletions

View File

@@ -3,23 +3,23 @@
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.shoot",
"title": "Shoot",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false,
"properties": {
"angle_offset": {
"type": "number",
"title": "Angle offset",
"description": "UNDOCUMENTATED"
},
"launch_power": {
"type": "number",
"title": "Launch power",
"description": "UNDOCUMENTATED"
},
"projectile": {
"type": "string",
"title": "Projectile",
"description": "UNDOCUMENTATED"
}
}
}
"type": "object",
"additionalProperties": false,
"properties": {
"angle_offset": {
"type": "number",
"title": "Angle offset",
"description": "UNDOCUMENTATED"
},
"launch_power": {
"type": "number",
"title": "Launch power",
"description": "UNDOCUMENTATED"
},
"projectile": {
"type": "string",
"title": "Projectile",
"description": "UNDOCUMENTATED"
}
}
}