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,19 +3,19 @@
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.shoot",
"title": "Shoot",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"title": "Type",
"description": "UNDOCUMENTATED",
"enum": [ "magic" ]
},
"amount": {
"type": "number",
"title": "Amount",
"description": "UNDOCUMENTATED"
}
}
}
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"title": "Type",
"description": "UNDOCUMENTATED",
"enum": ["magic"]
},
"amount": {
"type": "number",
"title": "Amount",
"description": "UNDOCUMENTATED"
}
}
}