Fluid

Block Condition.

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

Type ID: origins: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": "origins:fluid",
    "fluid_condition": {
        "type": "origins:still"
    }
}

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