Tags
Creators
Details
Licensed AGPL-3.0-or-later
Published 5 years ago
Updated last month
All versions
All scroll wheel related changes above can be controlled int the
fabric-1.21.6-2.1.10
Release
IPN 2.1.10 for fabric 1.21.6last year 79.3K
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
What's new
2.1.10
- Fixed "Beetroot soup, mushroom stew, and rabbit stew do not autofill. #479"
- Added toggle between absolute and relative scrolling.
- The original behaviour (default) is absolute.
scroll upwill always move from the player inventory to the opened chest.scroll downwill always move from the opened chest to the player inventory. - The new behaviour is relative.
scroll upwill move from the inventory under the mouse cursor to the other one,scroll downwill move to the inventory under the mouse cursor from the other one.
- The original behaviour (default) is absolute.
- Now by default the scroll-wheel actions will not move bundles with items in them and will allow the vanilla behaviour.
- The
temp disablekey will allow temporary a non-empty bundle to be moved.
- The
All scroll wheel related changes above can be controlled int the Item Scrolling tab of the settings.
Optional dependencies
Any compatible version
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:O7RBXm3n:jkk6kC0R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O7RBXm3n:jkk6kC0R"
}

