Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 months ago
All versions
1.21.11+v1.2.0
Release
[1.21.11 Fabric] gather v1.2.02 months ago 16
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
This update focuses on making the HUD behave better at larger GUI scales, improving goal/material pages, and cleaning up the Gather menu.
HUD
- Improved the default HUD layouts for larger GUI scales.
- Fixed HUD cards overlapping or going off-screen after changing GUI scale.
- Improved HUD editing so cards line up more closely with where they appear in-game.
- Added better snapping when moving HUD cards.
- Fixed some HUD columns changing size while being moved.
Goals and Materials
- Goals now split into cleaner pages when there is not enough space.
- List titles now stay with their items instead of appearing alone at the bottom of a page.
- Base Materials can now page separately from Goals.
- Page controls are now shown under the column they affect.
Gather Menu
- Added more “Any” goal options for wood-related items and blocks.
- Improved the picker for “Any” item groups.
- “Any” item icons now rotate through valid variants in more places.
- Crafted item breakdowns are cleaner and start collapsed.
- Collapsed crafted items now show a small ingredient preview.
Crafting and Finder
- The crafting overlay now shows when ingredients are available in scanned chests.
- Clicking the chest hint can help track a needed ingredient.
- Auto-crafting now fails more clearly when ingredients are missing.
- Finder outlines now work in more cases.
- Reduced duplicate chest outlines while tracking items.
Optional dependencies
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:JqDQr8B8:B0Vgzjm4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JqDQr8B8:B0Vgzjm4"
}



