19 lines
692 B
JSON
19 lines
692 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.environment_sensor",
|
|
"title": "Environment Sensor",
|
|
"description": "Creates a trigger based on environment conditions.",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"definitions": { "trigger": { "$ref": "../types/trigger.json" } },
|
|
"properties": {
|
|
"triggers": {
|
|
"description": "The list of triggers that fire when the environment conditions match the given filter criteria.",
|
|
"title": "Triggers",
|
|
"oneOf": [
|
|
{ "type": "array", "items": { "$ref": "#/definitions/trigger" } },
|
|
{ "type": "object", "$ref": "#/definitions/trigger" }
|
|
]
|
|
}
|
|
}
|
|
}
|