Releases: rvbsm/fsit
Releases · rvbsm/fsit
v2.7.2
v2.7.1
Fixed
- Crash on client disconnection
v2.7.0
The Garden Awakens drop
1.20.2–1.20.4 and 1.20.5–1.20.6 will no longer be published (still can be built manually)
Added
sitting.apply_gravity
andsitting.allow_in_air
migration
Changed
- Check vision blocking when
on_use.check_suffocation
istrue
- Restriction buttons are disabled if player is hidden
- Riding request will be refused if player is hidden/blocked in Minecraft's Social Interactions
Fixed
- Riding was not working in 1.21.2+
- Wrong translation key in Mod Menu for
on_sneak.crawling
v2.7.0-beta.1
The Garden Awakens drop
1.20.2–1.20.4 and 1.20.5–1.20.6 will no longer be published (still can be built manually)
Added:
sitting.apply_gravity
andsitting.allow_in_air
migration
Fixed:
- Riding was not working in 1.21.2+
- Wrong translation key in Mod Menu for
on_sneak.crawling
v2.6.2
v2.6.1
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
v2.6.0
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
v2.6.0-beta.3
New Contributors
- @yichifauzi made their first contribution at #45
Added
- Traditional Chinese translation by @yichifauzi at #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
v2.6.0-beta.2
Added
sitting.should_center
option that controls if seats should be placed in the center of a block
Changed
- Seats trying to find safe to dismount position
- Seats checks for entity collisions too (like boats), when
sitting.behaviour
isDiscard
Fixed
- Option descriptions didn't show up in configuration menu (Mod Menu, YACL)
v2.6.0-beta.1
Changed
- Better(?) config migrations
- Asynchronous config 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
.sitting.behaviour
can
have three values:nothing
: does nothingdiscard
: discards seats if they don't have any supporting block underneath themgravity
: applies movement to seats, e.g. gravity, getting pushed by pistons, fluids