Tags
Creators
Details
26.1.2-1.33.8
Compatibility
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.33.8 - 2026-07-29 14:23:01
Changed
- Restore REI support
26.1.2-1.33.7 - 2026-07-20 05:57:48 +0200
Added
- Add translations through Crowdin (#1681)
- Add stripped Menril logs to vanilla
logsandlogs_that_burntags (#1685), Closes #1684
Fixed
- Fix autocrafting result detection on hopper insertion to importer
The problem was that IngredientChannelAdapterWrapperSlotted did not make use of the IIngredientChannelInsertPreConsumers yet, which is the one being used when external blocks such as hoppers directly push to network components. Now, it does, similar to IngredientChannelAdapter.
Closes CyclopsMC/IntegratedCrafting#207
26.1.2-1.33.6 - 2026-07-13 18:54:41 +0200
Added
- Add french translation file (#1678)
Fixed
- Fix Player NBT data not being readable with operator
26.1.2-1.33.5 - 2026-06-24 19:53:17 +0200
Changed
- Show network diagnostics messages in chat
Fixed
- Fix full blocks not rendering at full size in Squeezer
26.1.2-1.33.4 - 2026-06-18 19:58:11 +0200
Fixed
- Fix broken Jade compat on cables, Closes CyclopsMC/IntegratedDynamics-Compat#40
26.1.2-1.33.3 - 2026-06-16 16:39:30 +0200
Fixed
- Initialize battery energy data component to zero, CyclopsMC/IntegratedCrafting#202
26.1.2-1.33.2 - 2026-05-30 10:24:52 +0200
Fixed
- Fix network reload when a machine state is changed
This could cause issues where multiple instances of internal network states could be created, that are conflicting. Concretely, this fixes autocrafting issues where outputs from Mechanical machines could not be detected, as it coincided with a machine state change.
Closes CyclopsMC/IntegratedCrafting#199
26.1.2-1.33.1 - 2026-05-22 11:31:20 +0200
Added
- Add translations through Crowdin
Fixed
- Fix parts not being directly placeable opposite to other parts
26.1.2-1.33.0 - 2026-05-04 16:37:42 +0200
Added
- Add translations through Crowdin (#1671)
- Update Refined Storage compat to v2, Closes CyclopsMC/IntegratedDynamics#1544
26.1.2-1.32.13 - 2026-05-02 20:40:51 +0200
Fixed
- Fix Crafting Interface crash on Mechanical Drying Basin, Closes CyclopsMC/IntegratedCrafting#197
26.1.2-1.32.12 - 2026-04-28 19:44:46 +0200
Fixed
- Fix incorrect position of channel disabled tooltip in Integrated Crafting
[26.1.2-1.32.11] - 2026-04-23 20:21:26 +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:yYzdQHJI:xgnJn3GG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yYzdQHJI:xgnJn3GG"
}
