Constant (Meta Condition Type) - MerchantCalico/bovines-and-buttercups-archive GitHub Wiki
Returns a specified boolean.
Resource Location bovinesandbuttercups:constant
Introduced In: 1.3.0
Fields
| Field | Type | Default | Description |
|---|---|---|---|
value |
[Boolean](/MerchantCalico/bovines-and-buttercups-archive/wiki/Boolean-(Data-Type)) | Defines the value that this condition returns. |
Example
"condition": {
"type": "bovinesandbuttercups:constant",
"value": true
}
This example will always return true.