Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
All versions
19.0.4+fabric
Release
[Fabric 1.21.6/7/8] 19.0.4last year 231.5K
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
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
- improve: no more hard crashes (close #627)
- Update uk_ua.json (#626)
- improve: record hit location even if it is missed
19.0.2
- feat: add a method to get narration from specific lines
- chore: correct Turkish localization
- tr_tr.json Turkish Localization - 1.21.6 Fabric (#625)
19.0.1
- fix: Server crash when a player joins (close #622)
- feat: pinning 1
- refactor: GUI rework (#621)
- port: 1.21.6 part 2
- feat(access): show entity passenger count
- fix: the text displayed by Jade behind the sign still shows the front-side content (close #604)
- port: 1.21.6 part 1
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)
Optional dependencies
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:NNvRcygS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:NNvRcygS"
}


