In Tag

Fluid Condition Type

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.

Examples

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

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