Tags
Creators
Details
All versions
2.1.0+1.20.1
Release
[1.20.1] v2.1.02 years ago 999
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
Added
- Start sitting on double sneak
- Config migrator (for v1+ JSON and v2 YAML)
- Optionally apply gravity to seats (
sitting.seats_gravity) - Config command options:
seatsGravity <bool>sitOnSneak <bool>sitOnSneakMinPitch <float>sitOnSneakDelay <integer>
Changed
- Try to sit on passed uses (item wouldn't or can't be used)
- Rename config command names:
sittableEnabled→sitOnUsesittableRadius→sitOnUseRangeridingEnabled→rideOnUseridingRadius→rideOnUseRange
Fixed
- After respawning, player config was lost
- Player's pose could be changed in the vehicle
- Player would swim in the air while crawling
- Clipping through a floor when using sit keybinding on servers
Full Changelog: https://github.com/rvbsm/fsit/compare/v2.0.1...v2.1.0
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fsit-v2.1.0+1.20.1-sources.jar | Unknown | 57.24 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:J5NAzRqK:wd1UDQQU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:J5NAzRqK:wd1UDQQU"
}

