Adding dots to description
This commit is contained in:
@@ -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" } }
|
||||
|
||||
@@ -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" } }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user