Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 months ago
All versions
0.3
Beta
Gather 0.32 months ago 5
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Gather 0.3
Added
- Added favorite items in the Add Item tab.
- Added a Recent tab for quickly re-adding items used recently in the current world.
- Added animated Gather menu open/close effects with menu swoosh sounds.
- Added a Menu Spin setting to turn the spin animation on or off.
- Added a Controls screen for configuring the Gather menu key and manual scan key separately.
- Added a separate Toggle Manual Scan keybinding.
Changed
- Redesigned Gather Settings into clearer Visuals, Workflow, and Preferences sections.
- Updated Workflow settings to include Scan, Imports / Exports, and Controls.
- Reworked Outline Settings presets into a single cycling preset button.
- The Gather menu now closes with the configured Gather key or with E.
- Manual scan mode now uses its own keybinding plus optional Shift/Ctrl/Alt modifiers.
- Xray / Glow settings are disabled on servers until xray permission is allowed.
- Improved Imports / Exports so the export view can switch back to world imports.
- Temporary import/export status messages now clear themselves after a few seconds.
Fixed
- Fixed Outline Range so the full intended range up to 128 blocks is available.
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:HcdrGyxv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JqDQr8B8:HcdrGyxv"
}



