Tags
Creators
Details
9.10.42
Compatibility
Changes
What's Changed
- Fix Turbine Casing NPE by @DrParadox7 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/194
- Add Fusion output config option by @SpoilersMC in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/195
- Update ru_RU.lang by @LoLoAlexLoLo in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/196
- [DUPE FIX] Improve Digital Miner ItemStack perfection checks by @SpoilersMC in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/199
New Contributors
- @LoLoAlexLoLo made their first contribution in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/196
Full Changelog: https://github.com/Thorfusion/Mekanism-Community-Edition/compare/9.10.41...9.10.42
What's Changed
- fix for dupe with efr extraDropRawOres by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/189
- Continue efr support by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/190
- adds raw ore oredict support
- config option to disable oredict oreOsmium on rawosmium
- fixes locations of some configs
- Continue efr support by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/193
- adds support for rawpoor ores
- fixes missing tooltip on deepslate ores
- when disable the recipe for combiner, it now also disables all its recipes to fix potential dupes in modpacks
- Update zh_CN.lang by @Omgise in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/191
Full Changelog: https://github.com/Thorfusion/Mekanism-Community-Edition/compare/9.10.40...9.10.41
What's Changed
- Add further efr support by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/188
- Fixes recipe's not finding efr stuff
- Adds raw osmium with efr integration
- Adds raw osmium block
- Update texture for deepslate osmium ore
Full Changelog: https://github.com/Thorfusion/Mekanism-Community-Edition/compare/9.10.39...9.10.40
What's Changed
- Add deepslate ores and support for efr #185 by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/187
- Fixes #186
- Adds ability to completly disable oregen
Full Changelog: https://github.com/Thorfusion/Mekanism-Community-Edition/compare/9.10.38...9.10.39
What's Changed
- Atomic Disassembler Config by @SpoilersMC in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/179
- Fix .gitignore to include specified folders by @MalTeeez in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/177
New Contributors
- @MalTeeez made their first contribution in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/177
Full Changelog: https://github.com/Thorfusion/Mekanism-Community-Edition/compare/9.10.37...9.10.38
What's Changed
- Improve factory machine performance by @ace10102 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/171
Full Changelog: https://github.com/Thorfusion/Mekanism-Community-Edition/compare/9.10.36...9.10.37
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Mekanism-Community-Edition-1.7.10-9.10.42-API.jar | Unknown | 145.68 KiB | |
| Mekanism-Community-Edition-1.7.10-9.10.42-Core.jar | Unknown | 14.78 MiB | |
| Mekanism-Community-Edition-1.7.10-9.10.42-DEV.jar | Unknown | 16.15 MiB | |
| Mekanism-Community-Edition-1.7.10-9.10.42-Generators.jar | Unknown | 255.84 KiB | |
| Mekanism-Community-Edition-1.7.10-9.10.42-MDK.zip | Unknown | 53.22 KiB | |
| Mekanism-Community-Edition-1.7.10-9.10.42-Tools.jar | Unknown | 31.19 KiB |
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:toGHjw6t:AOZtcRp3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:toGHjw6t:AOZtcRp3"
}

