auto: Formatted json files

This commit is contained in:
DaanV2
2021-01-18 01:29:00 +01:00
parent e2b7b27654
commit d7e95b15c2
83 changed files with 275 additions and 218 deletions

View File

@@ -3,26 +3,26 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.play_effect",
"type": "object",
"description": "Spawns a particle effect relative to target position.",
"title": "play_effect",
"title": "Play effect",
"additionalProperties": false,
"properties": {
"data": {
"type": "integer",
"default": 0,
"description": "Particle data value.",
"title": "data"
"title": "Data"
},
"effect": {
"type": "string",
"default": "",
"description": "The name of the particle effect to create.",
"title": "effect"
"title": "Effect"
},
"target": {
"type": "object",
"default": "self",
"description": "The target context to execute against.",
"title": "target"
"title": "Target"
}
}
}