Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 3 days ago
All versions
26.2.8+neoforge
Release
[NeoForge 26.2.X] 26.2.8last month 28K
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
26.2.8
- feat: add JEI & REI integration back
- #777
- fix: Jade Loot Table Tooltip Crash (Invalid Translatable Argument Type)
- fix: Crash in KeybindOptionButton due to invalid narration argument (StringWidget)
26.2.4
- fix: Only the first element of a MutableComponent is shown in appendTooltip
26.2.3
- fix: KeybindOptionButton not working (close #773)
26.2.2
- port
26.2.1
- feat: add support for resource packs that use pua characters in the container names (close #770)
- fix: tooltip not updating in JadeTooltipCollectedCallback (close #771)
- feat: villager breeding cooldown (close #768)
- port
- chore: update some translations using AI
- chore: change the "loot not generated yet" hint text
- feat: Datapack support improvements (close #754)
- improve: update player name cache if they are online on the client side (close #721)
- feat: display fed status for animals (#757)
26.1.0
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Jade-mc26.2-NeoForge-26.2.8-sources.jar | Unknown | 482.5 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:bYTBXC57"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:bYTBXC57"
}


