Tags
Creators
Details
Licensed BSD-3-Clause
Published 5 years ago
All versions
1.18-2.22-forge
Release
[1.18+] Mouse Tweaks 2.224 years ago 157.1K
Compatibility
Minecraft: Java Edition
1.18.x
Platform
Forge
Supported environments
Client-side
Changes
- Fixed compatibility with Replay Mod.
- Changed how RMBTweak works to support Bundles and Bundle-like mod items.
- RMB-dragging a Bundle with RMBTweak will "right click" items out of a Bundle into the slots as you're dragging over them.
- RMB-dragging with a Bundle over items will now pick the items up into the Bundle.
- Enabled RMBTweak by default again.
- Added a config menu accessible from the Mods menu in Forge and from Mod Menu in Fabric.
- Adjusted inventory-position-aware scrolling type to be a bit more intuitive. In particular, scrolling down from the crafting output slot in the player inventory now moves the item into the player inventory as expected.
- (Fabric) Fixed Wheel Tweak blocking the open container's wheel handling. This improves compatibility with Modern Industrialization. The Fabric version behavior now matches the Forge version behavior better in this regard.
- (Fabric) Fixed compatibility with Architectury.
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:aC3cM3Vq:q0CGibTg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aC3cM3Vq:q0CGibTg"
}

