Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
All versions
15.9.4+neoforge
Beta
[NeoForge 1.21.1] 15.9.4last year 84.7K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
15.9.4
- fix: Collecting Items Loop/Failure when Container is empty (close: #510)
- feat: avoid displaying too many fluid tanks
- fix: Tooltip animation being weird at uncapped frame rates (close #442)
- fix: Gold harvest level not displayed (close #548)
15.9.3
- 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
15.9.2
- fix: error while remapping data provider ids caused by different instances with the same id
15.9.1
15.9.0
- Merge branch '1.21-neoforge' of https://github.com/Snownee/Jade into 1.21-neoforge
- fix: Looking at a Zombie Villager throws Exception (close: #504)
- fix: chest display name (close: #502)
- feat: #506 follow-up
- [1.21-neoforge] Update Japanese translation (#515)
- [1.21-fabric] Energy Style Option (#506)
15.8.3
- fix: universal plugins not working
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:ErF9rUGQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:ErF9rUGQ"
}


