Tags
Creators
Details
All versions
v1.3.0
Release
v1.3.03 years ago 1,905
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
FSit-client is now a part of the FSit
Added
- Start crawling with
/crawlor sneak twice looking down while already crawling - Adjusting the radius to start riding
- Sitting on honey blocks works like standing on honey
- Send an overlay message to player on pose change
- Reload config with
/fsit reload - The server will respect players' configuration if they have a mod installed
- Player riding restrictions at Social Interactions screen
Fixed
- The player immediately stopped sitting on the edge of a block
- Random crashes with invalid config
Full Changelog: https://github.com/rvbsm/fsit/compare/v1.2.0...v1.3.0
Optional dependencies
Unavailable version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fsit-v1.3.0-sources.jar | Unknown | 38.91 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:i65KVdif"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:J5NAzRqK:i65KVdif"
}

