25 lines
1.1 KiB
JSON
25 lines
1.1 KiB
JSON
{
|
|
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.scheduler",
|
|
"description": "Defines a list of items the mob wants to share or pick up. Each item must have the following parameters:",
|
|
"type": "object",
|
|
"title": "Scheduler 1.16.0",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"min_delay_secs": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Minimum Delay Secs", "minimum": 0 },
|
|
"max_delay_secs": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Maximum Delay Secs", "minimum": 0 },
|
|
"scheduled_events": {
|
|
"type": "array",
|
|
"description": "The list of triggers that fire when the conditions match the given filter criteria. If any filter criteria overlap the first defined event will be picked.",
|
|
"title": "Scheduled Events",
|
|
"items": {
|
|
"additionalProperties": false,
|
|
"type": "object",
|
|
"description": "UNDOCUMENTATED",
|
|
"title": "Scheduled Events",
|
|
"properties": { "filters": { "$ref": "../../filters/filters.json" }, "event": { "$ref": "../types/event.json" } }
|
|
}
|
|
}
|
|
}
|
|
}
|