Fixed
- Crash during client startup due to oopsie daisy with
KeyBindingMixin
. Thanks #47
Changed
- Dismounting a player will try to find safe to dismount position
- Key bindings behaviour options were moved to the Mod Menu
- Seats will apply velocity only if it is big enough (
sitting.behaviour
isGravity
)
Fixed
/fsit:client allow
and/fsit:client restrict
did opposite things- Hybrid key bindings mode was working wrong
Minecraft Bundles of Bravery Update
Added
- Better(?) configuration migrations
- Asynchronous configuration update packet handler
- Packed with Shadow and Proguard Gradle plugins
sitting.apply_gravity
andsitting.allow_in_air
had a little conflict and were replaced withsitting.behaviour
. It can have three values:nothing
: does nothingdiscard
: discards seats if they do not have any supporting block underneath themgravity
: applies movement to seats, e.g. gravity, getting pushed by pistons, fluids
sitting.should_center
option that controls if seats should be placed in the centre of a block- Traditional Chinese translation by @yichifauzi at #45. Thank you!
Changed
- Configuration category
on_double_sneak
was renamed toon_sneak
(will automatically migrate) - Seats trying to find safe to dismount position
- Seats checks for entity collisions too (like boats), when
sitting.behaviour
isDiscard
- Asynchronous configuration packet deserialization
Fixed
- Option descriptions didn't show up in configuration menu (Mod Menu, YACL)
- Crash if configuration's numeric values were not in range
New Contributors
- @yichifauzi made their first contribution at https://github.com/rvbsm/fsit/pull/45
Added
- Traditional Chinese translation by @yichifauzi at https://github.com/rvbsm/fsit/pull/45. Thank you!
Changed
- Configuration category
on_double_sneak
was renamed toon_sneak
(will automatically migrate)
Fixed
- Crash when the configuration file does not exist. Thanks #46