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