This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -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" }
}
}