Updated
This commit is contained in:
@@ -8,29 +8,9 @@
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "Items that we are interested in snacking on",
|
||||
"$ref": "../../../../general/item/identifier.json",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"snacking_cooldown": {
|
||||
"type": "number",
|
||||
"default": 7.5,
|
||||
"description": "The cooldown time in seconds before the mob is able to snack again",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"snacking_cooldown_min": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
"description": "The minimum time in seconds before the mob is able to snack again",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"snacking_stop_chance": {
|
||||
"type": "number",
|
||||
"default": 0.0017,
|
||||
"description": "This is the chance that the mob will stop snacking, from 0 to 1",
|
||||
"title": "TODO title"
|
||||
}
|
||||
"items": { "type": "array", "description": "Items that we are interested in snacking on", "$ref": "../../../../general/item/identifier.json", "title": "TODO Title" },
|
||||
"snacking_cooldown": { "type": "number", "default": 7.5, "description": "The cooldown time in seconds before the mob is able to snack again", "title": "TODO Title" },
|
||||
"snacking_cooldown_min": { "type": "number", "default": 0.5, "description": "The minimum time in seconds before the mob is able to snack again", "title": "TODO Title" },
|
||||
"snacking_stop_chance": { "type": "number", "default": 0.0017, "description": "This is the chance that the mob will stop snacking, from 0 to 1", "title": "TODO Title" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user