Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated 5 days ago
All versions
2.5.0
Release
Modern Industrialization v2.5.0last month 806
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
What's Changed
- Fix #1277: Mismatch between guidebook multiblock renders and actual multiblocks by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1278
- Fix #1268: Crash when attempting to access Pneumaticraft Logistic once placed on MI Machine Blocks by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1269
- Fix #1271: Quantum Sword stopped by Weakness effect by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1273
- Fix #1257: Shift clicking some recipes to slot lock the machine come up wrong sometimes by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1274
- Fix #1261: Duplication glitch using Create Aeronautics by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1272
- Cache ItemStacks to improve performance by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1249
- Don't attempt to insert items to full inventories to save on performance by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1251
- Fix #1113: Barrels cannot take or give stacks anymore by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1275
- Don't enable FTB Quests integration by default by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1280
- Exclude .env file from git by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1281
- Support rotatable BlockStates and specific BlockEntities in multiblock shape matching by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1276
- Include config translation keys for transactionCallerName option by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1282
- Require that output slots be locked when multiple recipes match the input by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1167
- Make ItemVariant#blank and FluidVariant#blank return singleton instances to reduce unnecessary instantiation by @Swedz in https://github.com/AztechMC/Modern-Industrialization/pull/1283
- Updated Translations from Crowdin by @Technici4n in https://github.com/AztechMC/Modern-Industrialization/pull/1263
Full Changelog: https://github.com/AztechMC/Modern-Industrialization/compare/2.4.3...2.5.0
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:lcMA2BLk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Gov5Dboq:lcMA2BLk"
}






