Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 weeks ago
All versions
26.1.2-1.7.1
Release
1.7.1 for NeoForge 26.1.22 weeks ago 42
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog for Minecraft 26.1.2
All notable changes to this project will be documented in this file.
26.1.2-1.7.1 - 2026-07-29 14:24:16
Added
- Add translations through Crowdin
Changed
- Restore REI compat
26.1.2-1.7.0 - 2026-06-20 13:41:43 +0200
Added
- Add translations through Crowdin (#202)
- Notify user when auto-craft started from JEI with toast Closes CyclopsMC/IntegratedCrafting#203
- Group crafting jobs for identical items when auto-crafting through JEI
[26.1.2-1.6.31] - 2026-04-25 07:40:57 +0200
Initial 26.1.2 release
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:HmLJoQ1K:gnUVqIX8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HmLJoQ1K:gnUVqIX8"
}



