Modes - o7Moon/OpenBoatUtils GitHub Wiki

Modes are like setting presets, you can set a mode and it'll set a bunch of different settings at once. if you apply multiple modes they will stack and whichever you applied last will take priority. if you want only the settings from a single mode, you should reset before setting the mode.

RALLY

id: 8
default slipperiness: 0.98
fall damage: false
air control: true
step size: 1.25

RALLY_BLUE

id: 9
default slipperiness: 0.989
fall damage: false
air control: true
step size: 1.25

BA_NOFD

id: 10
fall damage: false
air control: true
minecraft:air slipperiness: 0.98
step size: 1.25
water elevation: true

PARKOUR

id: 11
fall damage: false
air control: true
jump force: 0.36
step size: 0.5
default slipperiness: 0.98

BA_BLUE_NOFD

id: 12
fall damage: false
air control: true
minecraft:air slipperiness: 0.989
step size: 1.25
water elevation: true

PARKOUR_BLUE

id: 13
fall damage: false
air control: true
jump force: 0.36
step size: 0.5
default slipperiness: 0.989

BA

id: 14
air control: true
minecraft:air slipperiness: 0.98
step size: 1.25
water elevation: true

BA_BLUE

id: 15
air control: true
minecraft:air slipperiness: 0.989
step size: 1.25
water elevation: true

broken slime

due to a typo, slime blocks had default slipperiness (rather than 0.8) until 0.3.1

the modes that existed before 0.3.1 have been given this "broken slime" and deprecated so that existing uses of these mode ID's aren't changed. the modes above should be used in place of these, they only exist for compatibility.

BROKEN_SLIME_RALLY

id: 0
default slipperiness: 0.98
fall damage: false
air control: true
step size: 1.25

BROKEN_SLIME_RALLY_BLUE

id: 1
default slipperiness: 0.989
fall damage: false
air control: true
step size: 1.25

BROKEN_SLIME_BA_NOFD

id: 2
fall damage: false
air control: true
minecraft:air slipperiness: 0.98
step size: 1.25
water elevation: true

BROKEN_SLIME_PARKOUR

id: 3
fall damage: false
air control: true
jump force: 0.36
step size: 0.5
default slipperiness: 0.98

BROKEN_SLIME_BA_BLUE_NOFD

id: 4
fall damage: false
air control: true
minecraft:air slipperiness: 0.989
step size: 1.25
water elevation: true

BROKEN_SLIME_PARKOUR_BLUE

id: 5
fall damage: false
air control: true
jump force: 0.36
step size: 0.5
default slipperiness: 0.989

BROKEN_SLIME_BA

id: 6
air control: true
minecraft:air slipperiness: 0.98
step size: 1.25
water elevation: true

BROKEN_SLIME_BA_BLUE

id: 7
air control: true
minecraft:air slipperiness: 0.989
step size: 1.25
water elevation: true