Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
All versions
18.2.0+fabric
Beta
[Fabric 1.21.5] 18.2.0last year 527.8K
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
18.2.0
- feat: target name can be disabled
- feat: narrate key binds
18.1.1
- fix: showing “Collecting...” in wrong situation
- improve: more lenient plugin config values
- improve: filter negative-width text
- Merge branch '1.21.5-fabric' of https://github.com/Snownee/Jade into 1.21.5-fabric
- fix: showing air
- Update uk_ua.json (#590)
- Update pt_br.json (#586)
18.1.0
- fix: stream data ClassCastException
- chore: Chinese translation
- fix: Jade cannot be built locally (close #540)
- improve:
config.shouldHideFromGUIshides ChatScreen (close #577) - feat: formatted mod names
- improve(access)
18.0.1
- refactor: unify
18.0.0
- chore: remove unused things
- refactor: use Fabric's new HudLayerRegistrationCallback
- feat: sniff cooldown (close #568)
- refactor: entity variant provider
- fix: WrappedHierarchyLookup priority
- feat: overlay scissors
- feat(access): rail shape
- all: 25w10a
- Update uk_ua.json (#564)
- Make hideModName cache weak reference (#559)
- feat: alternative way to adjust position
- chore: correct translations
- Update zh_cn.json (#554)
- feat: avoid displaying too many fluid tanks
- all: 25w07a
- chore: add Contract annotations
- fix: Tooltip animation being weird at uncapped frame rates (close #442)
- fix: neoforge breaking change (close #550)
- fix: Gold harvest level not displayed (close #548)
- fix: Cannot change the value of the number in the text box in "Plugin Settings" (close #546)
- improve: darker warning color
- all: port
- feat: profile presets
- feat: profile renaming
- feat: reloadable plugins
- all: port
17.2.0
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:VNSIKHbV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:VNSIKHbV"
}

