Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
All versions
26.1.0+fabric
Release
[Fabric 26.1.X] 26.1.02 months ago 427.4K
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
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
26.0.5
- fix: gui item rendering
- fix: gui narration
26.0.4
- port
- fix: fluid rendering
- Fix #704, #734 (#736)
- port
- fix: resolve player name lookup issue (#704 (#728)
- Update uk_ua.json (#722)
- improve: hide the arrow if furnace inventory is empty (close #720)
- fix: Undecapsulated Optional Type in RedstoneProvider (close #718)
- chore: add the old modName method back
- Update fr_fr.json (#710)
- Merge branch '26.1-fabric' of https://github.com/Snownee/Jade into 26.1-fabric
- chore: code cleanup
- Update uk_ua.json (#707)
- Add fr_fr.json (#706)
- port
- feat: now you can see the accurate block after getting stuck in powder snow (close #700)
- feat: add max_position_deviation game rule
- Merge branch '26.1-fabric' of https://github.com/Snownee/Jade into 26.1-fabric
- fix: remove destroySpeed check (close #689)
- fix: request data for owner if no player info (#699)
- fix: freeze when fetch game profile (#696) (close #693)
- fix: do not show "empty" on jukebox if there is no server data (close #695)
- fix: update horse speed factor
- chore: update Energy API
- chore: update Fabric
- fix: cannot scroll list when an entry is focused. also make scrolling faster
- fix: gui focus path
- feat: re-add list selection highlight
- Double negative (#691)
- Fixed Horse Jump height (#690)
- feat: now you can use arrow keys to adjust position in the settings screen
- fix: horse inventory
- port
- feat: specify speed for progress
- feat: add mod metadata
- feat: add support for smooth scrolling mods (close #678)
21.0.1
- fix
- chore: mega code cleanup. null-safety
- Update uk_ua.json (#681)
- feat: show untranslated mod names
- improve: unify FluidTextHelper
- improve: remove text hover highlight
- fix: options screen
- port: 1.21.11
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Jade-mc26.1-Fabric-26.1.0-sources.jar | Unknown | 453.93 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:QglgrEFX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:QglgrEFX"
}


