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,6 +1,6 @@
{
"$id": "blockception.minecraft.block.identifier",
"description": "A minecraft block identifier",
"description": "A minecraft block identifier.",
"examples": ["namespace:block"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
"title": "Block Identifier",

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.block.reference",
"description": "A minecraft block reference",
"description": "A minecraft block reference.",
"examples": ["namespace:block", { "name": "namespace:block" }],
"title": "Block Reference",
"defaultSnippets": [{ "label": "New Identifier", "body": "$1:$2" }],
@@ -24,7 +24,7 @@
"additionalProperties": {
"type": ["boolean", "integer", "string"],
"title": "State Value",
"description": "The key of property is the name of the block state/property, the value must be the same as the block properties accepted values"
"description": "The key of property is the name of the block state/property, the value must be the same as the block properties accepted values."
}
}
}