Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 4 years ago
Updated last month
All versions
1.3.3
Release
1.3.3 Fabric (1.19.x)4 years ago 555.9K
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
1.3.3
- Added missing Prism dependency.
1.3.2
- Fixed a bug that could prevent resources from reloading properly.
1.3.1
- Fixed a bug that caused data-defined custom frames to persist after frame definitions files were removed.
- Fixed a bug that sometimes caused separator lines under item titles to not render.
- Fixed a bug that caused legacy configuration conversion to fail.
1.3.0
- All color handling is now handled by Prism library.
- Now supports web colors for easier color definitions.
- Now supports animated colors for both borders and backgrounds.
- Now supports automatic border colors, which is the new default. This means any border images can have automatically determined border and background colors that match the image.
- The color section in the configuration file is now in a more compact format. Configuration files in the old format will be automatically converted.
- Both start and end background colors can now be specified separately.
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:atHH8NyV:QqAHVnpI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:atHH8NyV:QqAHVnpI"
}



