Slipperiness

Block Condition Type

Checks the slipperiness value of the block.

Type ID: origins:slipperiness

Fields

Field Type Default Description
comparison Comparison Determines how the slipperiness value of the block should be compared to the specified value.
compare_to Float The value at which the slipperiness value of the block will be compared to.

Examples

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

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