BlendWhiteList#

BlendWhiteList defines a whitelist for fluids that the fluid can be blended with, while BlendBlackList defines a blacklist. By default those blocks are set whitelist, but you can add one of the available parameters to indicate whenever the block is a whitelist or a blacklist.

Fluids that are whitelisted/blacklisted can be identified either by their category via the use of a categories child block, or by their name via the use of the fluid parameter.

Hierarchy#

Valid Parent Blocks:

Possible Child Blocks:

ID Properties#

This block should not have an ID.

Parameters#

blacklist#

Type:

boolean

Indicates whenever blending with other fluids is disallowed.

category#

Type:

Any

Unclear what this is for since this is usually achieved with a categories child block.

filterType#

Type:

Any

Just use whitelist or blacklist.

Allowed values:

  • whitelist

fluid#

Type:

array (array of string, separator: ‘/’)

A list of fluids.

whitelist#

Type:

boolean

Indicates whenever blending with other fluids is allowed.