In Tag

Fluid Condition.

Checks whether the fluid is in a specified tag.

Type ID: origins:in_tag

Fields:

Field Type Default Description
tag Identifier ID of the tag which the fluid should be in to pass the check.

Example:

"fluid_condition": {
    "type": "origins:in_tag",
    "tag": "minecraft:water"
}

This example checks if the fluid is included in the #minecraft:water (data\minecraft\tags\fluids) block tag.