Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 3 days ago
All versions
21.1.5+neoforge
Release
[NeoForge 1.21.11] 21.1.54 months ago 245
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
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
- Fix #704, #734 (#736)
- Merge branch '1.21.11-neoforge' of https://github.com/Snownee/Jade into 1.21.11-neoforge
21.1.3
- improve: hide the arrow if furnace inventory is empty (close #720)
- fix: resolve player name lookup issue (#704 (#726)
- fix: resolve player name lookup issue (#704 (#727)
- fix: Undecapsulated Optional Type in RedstoneProvider (close #718)
- feat: port fabric changes (#702)
- 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: cannot scroll list when an entry is focused. also make scrolling faster
- fix: gui focus path
- fix: update horse speed factor
- feat: re-add list selection highlight
- Double negative (#691)
- Fixed Horse Jump height (#690)
- feat: add mod metadata
- feat: add support for smooth scrolling mods (close #678)
21.0.1
- port
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
20.1.0
- fix: replaced target persists the previous server data
- improve: progress smoothing part 1
- improve: progress bar texture
- improve: health display. health now show frozen status and absorption
- fix: when disabling Mod Name, block name is not centerd (close #668)
20.0.5
- fix: cannot scroll options when mouse is on certain areas
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Jade-1.21.11-NeoForge-21.1.5-sources.jar | Unknown | 441.68 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:usEgI3B0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:usEgI3B0"
}


