Adding dots to description
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"items": {
|
||||
"title": "Items",
|
||||
"description": "Items that we are interested in snacking on",
|
||||
"description": "Items that we are interested in snacking on.",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "array",
|
||||
@@ -28,18 +28,18 @@
|
||||
"snacking_cooldown": {
|
||||
"type": "number",
|
||||
"default": 7.5,
|
||||
"description": "The cooldown time in seconds before the mob is able to snack again",
|
||||
"description": "The cooldown time in seconds before the mob is able to snack again.",
|
||||
"title": "Snacking Cooldown"
|
||||
},
|
||||
"snacking_cooldown_min": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
"description": "The minimum time in seconds before the mob is able to snack again",
|
||||
"description": "The minimum time in seconds before the mob is able to snack again.",
|
||||
"title": "Snacking Cooldown Minimum"
|
||||
},
|
||||
"snacking_stop_chance": {
|
||||
"type": "number",
|
||||
"description": "This is the chance that the mob will stop snacking, from 0 to 1",
|
||||
"description": "This is the chance that the mob will stop snacking, from 0 to 1.",
|
||||
"title": "Snacking Stop Chance"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user