Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 4 days ago
All versions
19.3.0+fabric
Beta
[Fabric 1.21.8] 19.3.0last year 64.8K
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
19.3.0
- fix: random theme issues
19.2.0
- improve: allow enabling mod name tooltip when EMI is installed (close #614)
- fix: bossbar offset (close #645)
- feat(debug): draw bossbar rect
- improve: StatusEffectsProvider
- improve: ThemeHelper converting to hours (close 612)
- improve: suppress getDestroyProgress errors (close #637)
- feat: use
FabricItem#getCreatorNamespace
19.1.1
- improve: home screen
- fix: sprite has no fading
- Merge branch '1.21.6-fabric' of https://github.com/Snownee/Jade into 1.21.6-fabric
- fix: player inventory is observable
- Update uk_ua.json (#648)
19.1.0
- feat(access): horse markings (close #643)
- fix: InvWrapper NPE on trapped chest (close #633)
- fix: Nether wart progress (close #640)
- fix: plugin loading logic (close #646)
- Update uk_ua.json (#635)
- chore: 1.21.8
- refactor: progress part 1
- Update uk_ua.json (#635)
19.0.4
- fix: progress arrow rendering (close #632)
- feat(access): stair block half
- fix: "Loot not generated yet" not showing on entity
19.0.3
Optional dependencies
Any compatible version
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:nvQzSEkH:eM01zcHw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:eM01zcHw"
}

