Links
Tags
Creators
Details
10.7.14.79
Compatibility
Required content
Changes
Warning: Mekanism is currently in alpha, and is not recommended for widespread use in modpacks. There are likely to be game breaking bugs, and updating from one alpha to the next may cause various mekanism blocks to disappear/void their contents. While we will try to not have this happen/keep it to a minimum make sure to make backups. You can read more about the alpha state of this project here.
c0ee94d - Remove bad empty check from fluid extract utils
2670ee5 - try to clear capability caches when pseudo-unloaded
bc2e47d - support freerunners in curios slots (when user/pack adds them to the tag). Closes #8360
99d136e - Allow turbine base to be non-square
6565620 - allow machines to do bonus operations when the upgrade multiplier results in less than 1 tick operation before rounding
7b7c899 - fix missed bonus calculation for factory tiles
0008f97 - use a table instead of a GlobalPos map for active QEs
83a0de4 - remove redundant deferred register subclass use
b82513f - bump neo version
5230e24 - remove redundant custom registry uses
7b176c0 - add some debug to isecurityutils
f01d95e - fix service loading for funky contexts
b324d49 - bump to version 10.7.14
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:OFVYKsAk:3kY9ZgLx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OFVYKsAk:3kY9ZgLx"
}

