Slipperiness (Block Condition Type)

Checks the slipperiness value of the block.

Checks the slipperiness value of the block.

Type ID: apoli:slipperiness

Fields

FieldTypeDefaultDescription
comparisonComparisonDetermines how the slipperiness value of the block should be compared to the specified value.
compare_toFloatThe value at which the slipperiness value of the block will be compared to.

Examples

"block_condition": {
    "type": "apoli:slipperiness",
    "comparison": "==",
    "compare_to": 0.98
}

This example will check if the block has the same slipperiness of an Ice (or Packed Ice) block.