Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 4 days ago
All versions
26.1.2-1.9.1
Release
1.9.1 for NeoForge 26.1.2last week 19
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog for Minecraft 26.1.2
All notable changes to this project will be documented in this file.
26.1.2-1.9.1 - 2026-09-06 13:30:24
Changed
- Make JEI toast style consistent with the rest
Fixed
- Fix dedicated servers crashing on the crafting job toast packet (#220)
26.1.2-1.9.0 - 2026-09-05 19:05:05 +0200
Added
- Show a toast when a requested crafting job is completed (#214), Closes CyclopsMC/IntegratedCrafting#175
- Add ender-upgradable storage terminals with an ender chest tab (#213), Closes #177
- Show crafting plan progress and duration estimations (#211), Closes #145
- Allow ordering craftable ingredients first or last in the storage terminal (#212), Closes #128
- Show a hint in the storage terminal when no tab is selected (#215)
- Show icons for crafting requirements (#210), Closes #206
- Show a spinner overlay on ingredients that are being crafted (#209), Closes #138
26.1.2-1.8.0 - 2026-08-24 20:12:29 +0200
Changed
- Pause sorting in the storage terminal while shift is held (#207), Closes #154
- Allow going back from the crafting plan gui to the amount gui (#208), Closes CyclopsMC/IntegratedCrafting#140
- Mark craftingPlannerEnableMultithreading as unsafe, Closes CyclopsMC/IntegratedCrafting#211
26.1.2-1.7.1 - 2026-07-29 14:24:16 +0200
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
Any compatible version
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:TEu3Bly6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HmLJoQ1K:TEu3Bly6"
}

