1.0.0-mc1.20
Compatibility
Required content
Changes
QuickSlots v1.0.0 - Initial Release
Welcome to the first release of QuickSlots! This mod enhances your Minecraft gameplay by letting you instantly use hotbar items with custom keybinds. Here’s what’s included in this initial version:
Added
- Custom Keybinds: Assign keys to hotbar slots (1-9) to instantly use items (defaults:
1to9). - Right-Click Simulation: Activate a slot to simulate a right-click (e.g., shoot a bow, eat food, place a block).
- Configurable Delay: Set a delay (0 to 1 second) before returning to your original slot after activation (default: 0.1 seconds).
- Config Screen:
- Accessible via keybind (default:
P) or ModMenu. - Toggle the mod on/off.
- Enable/disable right-click simulation for empty slots.
- Adjust the return delay with a slider.
- Accessible via keybind (default:
- Smart Slot Handling: Cancels the return to the original slot if you manually switch slots or activate another QuickSlots keybind during the delay.
- Localization: Supports English (
en_us) and Russian (ru_ru) translations for all UI elements. - ModMenu Integration: Access the config screen directly from the ModMenu mods list.
Notes
- Requires Minecraft 1.20.x and Fabric.
- Dependencies: Cloth Config (v11.0.0+) and ModMenu (Optional).
Thank you for trying QuickSlots! We hope it improves your gameplay experience. 🚀
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:6HZvjhIa:xNQ9a8VI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6HZvjhIa:xNQ9a8VI"
}



