Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 4 days ago
All versions
15.10.6+neoforge
Release
[NeoForge 1.21.1] 15.10.64 days ago 44.3K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
15.10.6
- fix: Cannot display fluids that need registries to encode
- fix: #796
- Update build.gradle for 1.21-neoforge
- Merge branch '1.21-neoforge' of https://github.com/Snownee/Jade into 1.21-neoforge
- fix: improve compatibility with Create Aeronautics
- update Chinese translation (#750)
15.10.5
- [1.21-neoforge] disable blend and depth test after rendering overlay is done (#716)
15.10.4
- fix: remove destroySpeed check (close #689)
- fix: do not show "empty" on jukebox if there is no server data (close #695)
15.10.3
- fix: modded bossbar offset (#645)
15.10.2
- fix: InvWrapper NPE on trapped chest (close #633)
15.10.1
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:eYz2YBGT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:eYz2YBGT"
}


