Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 4 days ago
All versions
3.0.0-beta.1
Beta
Smooth Scrolling 3.0.0-beta.14 days ago 119
Compatibility
Minecraft: Java Edition
26.3-snapshot-9
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- updated to 26.3-snapshot-9
- touchpad scrolling is now improved
- if a scroll event is considered to be analog, the mod will not apply smoothness
- the mod now applies inertial scrolling after analog scroll events - this is done at the event handler level, so even screens which are not modified by this mod will be affected
- on windows, inertial scrolling is probably present at the os/driver level, so it is turned off by default in the config file
- sliders in the config menu are now wider
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| smoothscroll-3.0.0-beta.1-sources.jar | Sources jar | 61.08 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:CllP7wW0:3h8tO1X1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CllP7wW0:3h8tO1X1"
}

