Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 20 hours ago
All versions
11.5.2.1007
Beta
11.5.2.1007 for Fabric 1.19.24 years ago 31.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
- Fix #3079 Write the blacklist to file if the file does not exist yet - mezz
- Simplify platform config helper code - mezz
- Close #3077, Add link to open the JEI config folder when you click the settings button - mezz
- Set a maximum Minecraft version of 1.19.2 - mezz
- Minecraft 1.19.3 has breaking changes and is not compatible with this version of JEI.
- Update zh_cn.json (#3105) - ArchiDreamZ
- Fix missing period and space in kk_kz.json (#3101) - AlibekAytjan
- remove jar archive in Jenkins (it is already available in maven and curseforge) - mezz
- use tools.jdk for Jenkinsfile instead of JAVA_HOME env var - mezz
- Fix #3093 Create a runtime registration step before onRuntimeAvailable - mezz
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:u6dRKJwZ:Fq2JkIID"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u6dRKJwZ:Fq2JkIID"
}

