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,13 +3,13 @@
"$id": "blockception.minecraft.behaviour.1.16.100.block.events.set_block_property",
"type": "object",
"description": "Sets a block property on this block",
"title": "set_block_property",
"title": "Set block property",
"additionalProperties": false,
"properties": {
"property": {
"type": "string",
"description": "Block property to set on the block.",
"title": "property"
"title": "Property"
}
}
}