Adding dots to description
This commit is contained in:
@@ -7,17 +7,17 @@
|
||||
"definitions": {
|
||||
"feed_items": {
|
||||
"type": "object",
|
||||
"description": "The list of items that can be used to increase the entity's temper and speed up the taming process",
|
||||
"description": "The list of items that can be used to increase the entity's temper and speed up the taming process.",
|
||||
"properties": {
|
||||
"item": {
|
||||
"$ref": "../../../../general/item/identifier.json",
|
||||
"description": "Name of the item this entity likes and can be used to increase this entity's temper",
|
||||
"description": "Name of the item this entity likes and can be used to increase this entity's temper.",
|
||||
"title": "Item"
|
||||
},
|
||||
"temper_mod": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "The amount of temper this entity gains when fed this item",
|
||||
"description": "The amount of temper this entity gains when fed this item.",
|
||||
"title": "Temper Mod"
|
||||
}
|
||||
}
|
||||
@@ -28,7 +28,7 @@
|
||||
"properties": {
|
||||
"item": {
|
||||
"$ref": "../../../../general/item/identifier.json",
|
||||
"description": "Name of the item this entity dislikes and will cause it to get angry if used while untamed"
|
||||
"description": "Name of the item this entity dislikes and will cause it to get angry if used while untamed."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -58,11 +58,11 @@
|
||||
},
|
||||
"feed_text": {
|
||||
"type": "string",
|
||||
"description": "The text that shows in the feeding interact button",
|
||||
"description": "The text that shows in the feeding interact button.",
|
||||
"title": "Feed Text"
|
||||
},
|
||||
"feed_items": {
|
||||
"description": "The list of items that can be used to increase the entity's temper and speed up the taming process",
|
||||
"description": "The list of items that can be used to increase the entity's temper and speed up the taming process.",
|
||||
"title": "Feed Items",
|
||||
"oneOf": [
|
||||
{
|
||||
@@ -80,23 +80,23 @@
|
||||
"max_temper": {
|
||||
"type": "integer",
|
||||
"default": 100,
|
||||
"description": "The maximum value for the entity's random starting temper",
|
||||
"description": "The maximum value for the entity's random starting temper.",
|
||||
"title": "Maximum Temper"
|
||||
},
|
||||
"min_temper": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The minimum value for the entity's random starting temper",
|
||||
"description": "The minimum value for the entity's random starting temper.",
|
||||
"title": "Minimum Temper"
|
||||
},
|
||||
"ride_text": {
|
||||
"type": "string",
|
||||
"description": "The text that shows in the riding interact button",
|
||||
"description": "The text that shows in the riding interact button.",
|
||||
"title": "Ride Text"
|
||||
},
|
||||
"tame_event": {
|
||||
"$ref": "../types/event.json",
|
||||
"description": "Event that triggers when the entity becomes tamed",
|
||||
"description": "Event that triggers when the entity becomes tamed.",
|
||||
"title": "Tame Event"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user