Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 3 days ago
All versions
26.1.1+neoforge
Release
[NeoForge 26.1.X] 26.1.13 months ago 50.8K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
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)
26.0.9
- Fix picked block not using neoforge extension (#744)
26.0.8
- fix: Armor stands show their contents twice (close #740)
- fix: incorrect horse speed (close #737)
- Fix painting variant author and title (#739)
26.0.6
- fix: game rule not being registered
26.0.5
- fix: gui item rendering
- fix: gui narration
- port
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Jade-mc26.1-NeoForge-26.1.1-sources.jar | Unknown | 455.67 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:mRb9OwnE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:mRb9OwnE"
}


