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

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.loot_tables.specific_enchants",
"additionalProperties": false,
"type": "object",
"description": "The function specific_enchants",
"description": "The function specific_enchants.",
"title": "Specific Enchants",
"definitions": {
"IDEnchant": {
@@ -71,10 +71,10 @@
}
},
"properties": {
"function": { "type": "string", "const": "specific_enchants", "description": "Specific enchants", "title": "Specific Enchants" },
"function": { "type": "string", "const": "specific_enchants", "description": "Specific enchants.", "title": "Specific Enchants" },
"enchants": {
"title": "Enchants",
"description": "A enchanting specification",
"description": "A enchanting specification.",
"oneOf": [
{ "type": "string", "$ref": "#/definitions/IDEnchant" },
{ "type": "object", "$ref": "#/definitions/Enchant" },