Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 days ago
All versions
26.1.2-1.7.0
Release
1.7.0 for NeoForge 26.1.24 days ago 15
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.7.0 - 2026-09-11 21:55:54
Added
- Add translations through Crowdin (#231)
- Add a list-based crafting interface (#227), Closes #10
- Report crafting jobs that are blocked by a full storage network (#233) Required for /CyclopsMC/IntegratedTerminals#224
- Expose the machine that a crafting interface targets (#225) Required for CyclopsMC/IntegratedTerminals#181
Changed
- Clarify in the book that crafting results have to be inserted into the network (#234), Related to #213
Fixed
- Fix item duplication on partial insertion into the network (#232) We now only re-insert the remainder when a storage partially accepts ingredients.
- Fix parallel crafting jobs all completing on a single produced output (26) (#230) This could cause random crafting job failures in highly parallel jobs.
26.1.2-1.6.0 - 2026-09-05 18:05:31 +0200
Added
- Let the Attuned Crafting Interface enable and disable individual recipes (#221), Closes #162
- Additions for external mods:
- Keep the initiator of crafting jobs that are distributed (#224), Required for CyclopsMC/IntegratedCrafting#175
- Estimate a duration for recipes that are crafted instantly (#223), Required for CyclopsMC/IntegratedTerminals#145
- Emit an event when a crafting job is completed (#222), Required for #175
- Expose crafting job progress and measured recipe durations (#220), Required for CyclopsMC/IntegratedTerminals#145
- Performance improvements
- Skip the crafting network lookup of an idle crafting interface
- Resolve crafting job dependency edges without boxing
- Classify the crafting job index by ingredient category
- Stop aggregating network capacity on every recipe input evaluation
- Look crafting table recipes up through the recipe cache
26.1.2-1.5.0 - 2026-08-24 21:16:22 +0200
Added
- Add part offset support to crafting interfaces (#215), Closes #138, Closes #152
Fixed
- Fix memory leak in per-level FakePlayer cache
26.1.2-1.4.8 - 2026-08-06 08:57:02 +0200
Added
- Add translations through Crowdin (#209)
Fixed
- Fix item dupe from replacing crafting interfaces with crafting buffers, Closes #212
26.1.2-1.4.7 - 2026-04-29 19:25:44 +0200
Fixed
- Fix MissingIngredients incorrectly serializing ingredients
26.1.2-1.4.6 - 2026-04-26 13:56:53 +0200
Added
- Add translations through Crowdin (#196)
Fixed
- Fix channel mixup in crafting interface settings
- Fix settings text colors being transparant
[26.1.2-1.4.5] - 2026-04-23 20:21:57 +0200
Initial 26.1.2 release
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:qwpACdla:O5qUxxNs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qwpACdla:O5qUxxNs"
}

