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

@@ -11,10 +11,10 @@
},
"items": {
"type": "array",
"description": "List of items that this mob likes",
"description": "List of items that this mob likes.",
"items": {
"type": "string",
"description": "List of items that this mob likes",
"description": "List of items that this mob likes.",
"title": "Properties",
"$ref": "../../../../general/item/identifier.json"
},
@@ -23,16 +23,13 @@
"look_distance": {
"type": "number",
"default": 8,
"description": "Distance in blocks the mob will beg from",
"description": "Distance in blocks the mob will beg from.",
"title": "Look Distance"
},
"look_time": {
"description": "The range of time in seconds this mob will stare at the player holding a food they like, begging for it",
"description": "The range of time in seconds this mob will stare at the player holding a food they like, begging for it.",
"$ref": "../types/range_number_type.json",
"default": [
2,
4
],
"default": [2, 4],
"title": "Look Time"
}
},
@@ -42,4 +39,4 @@
"look_distance": 8
}
]
}
}