Fluid (Block Condition Type)

Checks the fluid state of the current position with a Fluid Condition Type.

Checks the fluid state of the current position with a Fluid Condition Type.

Type ID: apoli:fluid

Fields

FieldTypeDefaultDescription
fluid_conditionFluid Condition TypeThe fluid condition type to check the fluid state at the position.

Examples

"block_condition": {
    "type": "apoli:fluid",
    "fluid_condition": {
        "type": "apoli:still"
    }
}

This example will check if the block is a source fluid.