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,31 +3,29 @@
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.add_mob_effect",
"title": "Add mob effect",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false,
"properties": {
"effect": {
"type": "string",
"title": "Effect",
"description": "UNDOCUMENTATED"
},
"target": {
"type": "string",
"title": "Target",
"description": "UNDOCUMENTATED",
"enum": [
"holder"
]
},
"duration": {
"type": "number",
"title": "Duration",
"description": "UNDOCUMENTATED"
},
"amplifier": {
"type": "number",
"title": "Amplifier",
"description": "UNDOCUMENTATED"
}
}
}
"type": "object",
"additionalProperties": false,
"properties": {
"effect": {
"type": "string",
"title": "Effect",
"description": "UNDOCUMENTATED"
},
"target": {
"type": "string",
"title": "Target",
"description": "UNDOCUMENTATED",
"enum": ["holder"]
},
"duration": {
"type": "number",
"title": "Duration",
"description": "UNDOCUMENTATED"
},
"amplifier": {
"type": "number",
"title": "Amplifier",
"description": "UNDOCUMENTATED"
}
}
}