Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.block.events.set_block_property",
"type": "object",
"description": "Sets a block property on this block",
"description": "Sets a block property on this block.",
"title": "Set Block Property",
"additionalProperties": false,
"properties": { "property": { "type": "string", "description": "Block property to set on the block.", "title": "Property" } }

View File

@@ -4,5 +4,5 @@
"description": "Transforms item into another item.",
"title": "Transform Item",
"additionalProperties": false,
"properties": { "transform": { "type": "string", "description": "Name of the item it should transform into", "title": "Transform" } }
"properties": { "transform": { "type": "string", "description": "Name of the item it should transform into.", "title": "Transform" } }
}