All versions
9.10.48
Release
1.7.10-9.10.483 months ago 6,053
Uploaded by
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
What's Changed
- 243 bug 91047 crashes on startup due to missing deploader class fix by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/246
- remove update notifier by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/245
- fix npe in rendering of boilercasing #208 by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/251
- fix #235 npe by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/248
- fix npe with ic2 by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/249
- fix nei issue with mariculture in #223 by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/250
- 247 integrate defensetech by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/254
- #215 change recipe for teleportation core to ender pearl by @maggi373 in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/260
- Fix #222 armor texture bug with gc by @MalTeeez in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/259
Full Changelog: https://github.com/Thorfusion/Mekanism-Community-Edition/compare/9.10.47...9.10.48
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Mekanism-Community-Edition-1.7.10-9.10.48-API.jar | Dev jar | 162.23 KiB | |
| Mekanism-Community-Edition-1.7.10-9.10.48-Core.jar | Unknown | 19.64 MiB | |
| Mekanism-Community-Edition-1.7.10-9.10.48-Generators.jar | Unknown | 256.06 KiB | |
| Mekanism-Community-Edition-1.7.10-9.10.48-Tools.jar | Unknown | 30.12 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:kCTKoKS2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:toGHjw6t:kCTKoKS2"
}

