Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 months ago
All versions
1.21.11+v1.1.3
Release
[1.21.11 Fabric] gather v1.1.32 months ago 9
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
This update focuses on gui zoom levels, JEI implementation and "Any" logic.
New
- Added JEI support. When JEI is installed, you can hover an item in the JEI item list or bookmarks and press
Gto add it to Gather. - Added "Any Wood" goal choices for common wood items:
- Any Log
- Any Wood Planks
- Any Wood Slab
- Any Wood Stairs
- Any Wood Fence
- Any Wood Door
- Any Wood Trapdoor
- Added goal sorting in the Gather menu. You can keep goals in date order or sort them A-Z.
- Added an in-game update notice card, with buttons to open the Gather page or hide future update notices.
- WASD, Shift, and spacebar pass through the g-menu
Improved
- Improved outline settings text so range, outline count, and load speed are easier to understand.
- Improved recipe breakdowns for items that can be made from multiple valid ingredients.
- Improved counting for some wood and tag-based items, so Gather is better at accepting matching item variants.
Fixed
- Fixed several small menu layout issues around compact screens and long labels.
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:XmFr5v4w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JqDQr8B8:XmFr5v4w"
}



