Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 3 days ago
All versions
26.2.5+fabric
Release
[Fabric 26.2.X] 26.2.5last month 72.2K
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
26.2.5
- feat: add REI integration back
26.2.4
- feat: add JEI integration back (close #774)
26.2.3
- fix: KeybindOptionButton not working (close #773)
26.2.1
- feat: add support for resource packs that use pua characters in the container names (close #770)
- fix: tooltip not updating in JadeTooltipCollectedCallback (close #771)
- feat: villager breeding cooldown (close #768)
- port
- chore: update some translations using AI
- chore: change the "loot not generated yet" hint text
- feat: Datapack support improvements (close #754)
- improve: update player name cache if they are online on the client side (close #721)
- feat: display fed status for animals (#757)
26.1.0
- Provide packet context for execution (fix #748) (#756)
- fix: option list entry tooltip overrides server feature tooltip
- feat: loot table provider
- update Chinese translation (#753)
26.0.8
- fix: Armor stands show their contents twice (close #740)
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Jade-mc26.2-Fabric-26.2.5-sources.jar | Unknown | 480.59 KiB |
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:Jk32EiBj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:Jk32EiBj"
}

