Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 3 days ago
All versions
21.1.5+fabric
Release
[Fabric 1.21.11] 21.1.54 months ago 2,262
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
21.1.5
- Fix painting variant author and title (#739)
- fix: Armor stands show their contents twice (close #740)
- fix: incorrect horse speed (close #737)
- fix: gui narration
21.1.4
21.1.3
- improve: hide the arrow if furnace inventory is empty (close #720)
21.1.2
- fix: resolve player name lookup issue (#704 (#726)
- fix: Undecapsulated Optional Type in RedstoneProvider (close #718)
- fix: remove destroySpeed check (close #689)
21.1.1
- fix: request data for owner if no player info (#699)
21.1.0
- 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: cannot scroll list when an entry is focused. also make scrolling faster
- fix: gui focus path
- feat: re-add list selection highlight
- fix: update horse speed factor
- Double negative (#691)
- Fixed Horse Jump height (#690)
- feat: specify speed for progress
- feat: add mod metadata
- feat: add support for smooth scrolling mods (close #678)
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Jade-1.21.11-Fabric-21.1.5-sources.jar | Unknown | 442.17 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:qIfLWWYm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:qIfLWWYm"
}


