Fluid

Block Condition.

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

Type ID: apoli:fluid

Fields:

Field Type Default Description
fluid_condition Fluid Condition The fluid condition to check the fluid state at the position.

Example:

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

This example checks if the fluid block is a source fluid block.