Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 21 hours ago
All versions
17.3.0+neoforge
Beta
[NeoForge 1.21.4(21.4.84+)] 17.3.0last year 95K
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
17.3.0
- fix: neoforge breaking change (close #550)
- fix: Tooltip animation being weird at uncapped frame rates (close #442)
- fix: Gold harvest level not displayed (close #548)
17.2.2
- feat: Show damage to Wolf Armor (close #533)
- feat: Display of dropped items doesn't tell you that they're dropped items (close #530)
- fix: Cannot change the value of the number in the text box in "Plugin Settings" (close #546)
- improve: darker warning color
- Update uk_ua.json (#538)
- Update Traditional Chinese
zh_tw.json(#537)
17.1.2
- fix: error while remapping data provider ids caused by different instances with the same id
- fix: ominous banner not recognizable
- fix: failed to load Jade language metadata (close #526)
- Update
ru_ru.json(#525) - feat: grammatical gender support
17.0.3
- fix: highlight energy text in progress bar mode
- fix: extension provider lookup (close #523)
17.0.2
- Update Japanese translation (#521)
- fix: can't connect to multiplayer server with Jade client side only (close #519)
17.0.1
- 1.21.4
Optional dependencies
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:Rpe14jmy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:Rpe14jmy"
}


