Tags
Creators
Details
1.2.0
Compatibility
Required content
Changes
Hello all, I have been busy and taken some time off due to mental health stuff I'm back with 1.20.4 update. Thanks to @FireInstall for making changes like typo fixes, code cleanup and handling few issues <3
What's Changed
- Fix coffee typo by @FireInstall in https://github.com/LukynkaCZE/better-saved-hotbars/pull/15
- Fixed icon path issue "horbars" by @FireInstall in https://github.com/LukynkaCZE/better-saved-hotbars/pull/14
- simple code clean by @FireInstall in https://github.com/LukynkaCZE/better-saved-hotbars/pull/16
- Uppdate to 1.20.4 by @LukynkaCZE in https://github.com/LukynkaCZE/better-saved-hotbars/pull/19
- Add updater by @LukynkaCZE in https://github.com/LukynkaCZE/better-saved-hotbars/pull/20
New Contributors
- @FireInstall made their first contribution in https://github.com/LukynkaCZE/better-saved-hotbars/pull/15
Full Changelog: https://github.com/LukynkaCZE/better-saved-hotbars/compare/1.1.1...1.2.0
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:Y5DGNK4o:rZaY20hB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y5DGNK4o:rZaY20hB"
}

