Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated 5 days ago
All versions
2.5.6
Release
Modern Industrialization v2.5.65 days ago 2,055
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
What's Changed
- Adjust diesel tool recipes to be gated by aluminum rather than electronic circuits by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1316
- Fix creative barrels not being able to be extracted from anymore by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1320
- Fix multiblock category showing one less block required by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1322
- Do not modify the item stacks of machine recipe ingredients by @luo-zi in https://github.com/AztechMC/Modern-Industrialization/pull/1325
- Fix steel upgrades being consumed for machines that do not include "bronze_" in their id by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1327
- Fix Steam Mining Drill Texture having transparent pixel by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1331
- Fix EMI dev repository (again) by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1335
- Fix #1329: In some edge cases, machine slot adjusted capacity does not get respected by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1332
- Add config value for multiblock hightlight overlay range by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1339
- Fix #1334: Transformer recipes do not work as shown in EMI in practice by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1340
- Fix #1336: Prevent tools and wrench from being replaced by pick action by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1341
- Fix #1338: MI pipes can replace Mekanism's bounding blocks, causing Mekanism large machines to delete themselves by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1343
- Fix #1342: Some machine blocks do not have the ability for redstone control modules to be clicked onto it to insert automatically rather than through the GUI by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1344
- Updated Translations from Crowdin by @Technici4n in https://github.com/AztechMC/Modern-Industrialization/pull/1317
New Contributors
- @luo-zi made their first contribution in https://github.com/AztechMC/Modern-Industrialization/pull/1325
Full Changelog: https://github.com/AztechMC/Modern-Industrialization/compare/2.5.5...2.5.6
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:Gov5Dboq:E1nD4PKl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Gov5Dboq:E1nD4PKl"
}






