Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 3 days ago
All versions
26.1.4+fabric
Beta
[Fabric 26.1.X] 26.1.42 months ago 72.2K
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
26.1.4
- feat: add support for resource packs that use pua characters in the container names (close #770)
26.1.3
- Merge branch '26.1-fabric' of https://github.com/Snownee/Jade into 26.1-fabric
26.1.2
- fix: tooltip not updating in JadeTooltipCollectedCallback (close #771)
- Update uk_ua.json (#763)
- 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)
26.0.7
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Jade-mc26.1-Fabric-26.1.4-sources.jar | Unknown | 479.71 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:11ajlkkb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:11ajlkkb"
}


