v1.5
Compatibility
Changes
v1.5 - Quality of Life mod for Fabric 1.21.1 that packs the daily-use features into one lightweight jar.
Features
- Zoom: press C to zoom in, scroll to adjust from 1x up to 50x. Great for scouting or precise building.
- Multi-Breaker: hold G and mine to break several blocks at once. Pick from six shapes: Connected (flood-fills matching blocks), Tunnel, Staircase Up, Staircase Down, and flat areas from 1x2 up to 6x6. Max blocks and dig depth are configurable.
- Right-Click Harvest: right-click grown crops to harvest and replant them in one action.
- Double Door: open one door and the door next to it opens too. Works with modded doors.
- Auto Tool Swap: when a tool breaks, the next best matching tool is swapped in automatically.
- Fast Leaf Decay: leaves dissipate right after you chop down the tree, no waiting around.
- Durability Warning: plays an audio alert when your held tool is about to break.
- Inventory Sort: click the S button in the inventory screen to sort everything at once.
- Mouse Tweaks: three drag and scroll gestures to move items fast between slots and containers.
- Fast Block Place: hold right-click to place blocks rapidly instead of clicking each one.
- Block Preview: with Multi-Breaker on, outlines highlight every block that will break plus a live count.
- Config Screen: toggle every feature in-game from Mod Menu.
Controls
- G + Left Click: Multi-Breaker
- G + Scroll: cycle breaker shapes
- C: Zoom
- S (inventory): Sort
- Shift + Left Drag / Right Drag / Scroll (inventory): Mouse Tweaks gestures
Commands: /qol breaker on/off/toggle, /qol shape, /qol config
License: MIT
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:6eQmTneR:JPNBQcEY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6eQmTneR:JPNBQcEY"
}

