Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 3 days ago
All versions
26.1.8+neoforge
Release
[NeoForge 26.1.X] 26.1.8last month 16.4K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
26.1.8
- #777
- fix: Jade Loot Table Tooltip Crash (Invalid Translatable Argument Type)
- fix: Crash in KeybindOptionButton due to invalid narration argument (StringWidget)
26.1.7
- fix: Only the first element of a MutableComponent is shown in appendTooltip
- feat: add REI integration back
- feat: add JEI integration back (close #774)
26.1.5
- feat: add support for resource packs that use pua characters in the container names (close #770)
- fix: KeybindOptionButton not working (close #773)
26.1.3
- fix: tooltip not updating in JadeTooltipCollectedCallback (close #771)
- Update uk_ua.json (#763)
- 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)
26.1.1
- fix: Duplicate plugin class error when multiple mods are bundled in a single JAR (close #758)
- feat: display fed status for animals (#757)
- fix: option list entry tooltip overrides server feature tooltip
- feat: loot table provider
- update Chinese translation (#752)
26.0.10
- fix: containers showing wrong item amount (close #746)
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Jade-mc26.1-NeoForge-26.1.8-sources.jar | Unknown | 481.46 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:gWlwZzoj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:gWlwZzoj"
}

