WARNING: configuration will be reset to default after the first launch
Added
- Config version field
- Make sit on double sneak optional (
sneak_sit
) - Swing hand on successful sit and ride interactions
Changed
- Clear config without deleting config file
- Rename config options:
min_angle
→sneak.min_angle
shift_delay
→sneak.sneak_delay
sittable_blocks
→sittable.blocks
sittable_tags
→sittable.tags
sit_on_players
→misc.sit_players
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.0.1...v1.1.0
Added
- Start riding only if the main hand is empty
- Reduce rider's dimensions height
- Fake parent in Mod Menu for client-side mod
Fixed
- Interaction with entity when player's pitch is greater than
min_angle
sits the player
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.0.0...v1.0.1
Added
- Create a client-side mod that fixes rider's position
- Include Fabric API modules to JAR
Changed
- Make
/sit
server-only - Try to ride, even if a player has a vehicle
Fixed
/sit
didn't reset player's pose
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.0.0-beta.8...v1.0.0
another beta
Added
/sit
command- Dismount rider if player changes game-mode to spectator
Fixed
- The player's position didn't change for other clients when he started riding another player
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.0.0-beta.7...v1.0.0-beta.8
Added
- Player riding (disabled in config by default)
Fixed
- Do not allow sitting in spectator mode
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.0.0-beta.6...v1.0.0-beta.7
Added
- Add default options to be able to reset config
Changed
- Use
night-config
instead oftoml4j
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.0.0-beta.5...v1.0.0-beta.6
Added
- Check if block is in sittable position
- Use Cloth Config for Mod Menu integration
- Include
toml4j
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.0.0-beta.4...v1.0.0-beta.5
Added
- Configuration file
- [WIP] Mod Menu integration (1.19.4 only)
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.0.0-beta.3...v1.0.0-beta.4
Added
- Sit on horizontally placed logs by interacting with them
Changes
- Start sitting by interacting with a block only if the player is sneaking
Fixes
- A bucket of water was used, and the seat was called in while interacting with the water-loggable block
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.0.0-beta.2...v1.0.0-beta.3
Added
- Don't allow sitting on occupied by another player block
Changes
- Less delay between sneaks (1s → 600ms)
Fixes
- Vehicle dismounting was counted as a sneak
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.0.0-beta.1...v1.0.0-beta.2
Initial release
Added
- Sit on slabs or stairs
- Sit on double sneak
Full Changelog: https://github.com/rvbsm/fsit/commits/v1.0.0-beta.1