Tags
Creators
Details
1.0.0
Compatibility
Changes
G1axScroll v1.0.0 - Initial Release
What's New
First release of G1axScroll - a scroll-to-click mod designed for office and budget mouse users!
Features
⨠Scroll-Based Rapid Clicking
- Scroll up ā 15-20 rapid left clicks (weapons only: swords, axes, mace)
- Scroll down ā 15-20 rapid right clicks (any item)
- 20 CPS click speed for competitive gameplay
š® Hotbar Lock Toggle
- Press H key to toggle hotbar scroll lock
- Locked: Scroll triggers clicks without switching hotbar slots
- Unlocked: Normal scroll behavior for inventory management
- Visual feedback with actionbar messages
āļø Smart Weapon Detection
- Left clicks only work when holding combat weapons
- Supports all material types: wooden, stone, iron, gold, diamond, netherite
- Prevents accidental attacks when not in combat
š±ļø Perfect for Budget Setups
- Designed for office mice and budget gaming mice
- Achieve drag clicking effects without expensive hardware
- No physical strain from jitter clicking
- Accessible alternative for all players
Technical Details
- Minecraft Version: 1.21.11
- Mod Loader: Fabric
- Dependencies: Fabric API
- Environment: Client-side only
Installation
- Install Fabric Loader
- Install Fabric API
- Drop G1axScroll into your mods folder
- Launch and play!
Known Limitations
- CPS may not register on external overlays (Lunar Client, etc.) as the mod uses internal game methods
- Scroll events are only captured when not in GUI/menu screens
Author: G1ax | AkaTriggered
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:4VHnozmg:LUIwK2pW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4VHnozmg:LUIwK2pW"
}

