
Dokko's Hotbar Optimizer
ArchivedMakes hotbar sync 1 tick sooner, reducing ghost totems and making attribute swapping easier
32.6Kdownloads
24followers
32.6Kdownloads
24followers
Dokko's Hotbar Optimizer has been archived. Dokko's Hotbar Optimizer will not receive any further updates unless the author decides to unarchive the project.
Links
Tags
Creators
Details
Licensed CC0-1.0
Published last year
Updated 10 months ago
All versions
1.2.3
Release
Dokko's Hotbar Optimizer 1.2.310 months ago 606
Compatibility
Minecraft: Java Edition
1.20.5–1.20.6
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- New features implemented for versions 1.21-1.21.4
- Bug fixed #4 I'm using Minecraft version 1.21.4 but minecraft won't run when I use your mod version 1.1.1 and I have to use 1.0.0 to run minecraft. Can you fix it bro?
- Backport to 1.20.5-1.20.6 #7 PLEASE MAKE IT 1.20.6
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:GWFO0GQG:rbGxlRTC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GWFO0GQG:rbGxlRTC"
}
