Changelog
BREAKING CHANGE: Fabric Language Kotlin is now a required dependency
New Contributors
- @JustAlittleWolf made their first contribution in https://github.com/rvbsm/fsit/pull/30
Added
- Optional configuration syncing (
use_server
) - Seats now have gravity
- Seat entities are actually no longer saved in the world
- Punch a rider to dismount him
- 1.20-1.20.4 compatibility (want to believe)
- Sit and crawl keybindings
/restrict
and/allow
commands
Changed
- Config now uses YAML
- Hide the rider for the player if he isn't looking at him #31
/fsit config
,/fsit get
, and/fsit set
were replaced by/fsit <key> [value]
- Cloth Config was replaced with YetAnotherConfigLib
/sit
,/crawl
are also available in single-player worlds #32- Player restrictions are handled by the client and no longer synced to the server
Removed
- Sit by double sneaking
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.5.1-1.20.2...v2.0.0