Skip to content

Constant (Meta Condition Type)

Pug edited this page Mar 16, 2023 · 3 revisions

Returns a specified boolean.

Resource Location bovinesandbuttercups:constant

Introduced In: 1.3.0

Fields

Field Type Default Description
value Boolean Defines the value that this condition returns.

Example

"condition": {
  "type": "bovinesandbuttercups:constant",
  "value": true
}

This example will always return true.

Clone this wiki locally