Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 2 days ago
All versions
26.2.10+neoforge
Release
[NeoForge 26.2.X] 26.2.102 days ago 3,127
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
26.2.10
- fix: shears harvest info is not working
- chore: target new NeoForge config screen changes
- feat: add REI placeholders
26.2.9
- Validate block requests before accessing the level (#801)
- fix: #796
- fix: CME in registerTagsUpdatedListener
- Update build.gradle for 26.2-neoforge
- improve: vanilla harvest addon
- improve: bypass singleplayer reach distance check
- chore: API javadocs
- Add harvest tool registration API (#772)
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
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Jade-mc26.2-NeoForge-26.2.10-sources.jar | Unknown | 503.66 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:GBES6etT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:GBES6etT"
}

