Links
Tags
Creators
Details
10.3.8.477
Compatibility
Required content
Changes
ca51923 - Fix digital miner crashing when trying to chunk load and mine in the chunk it is in
d7cba0f - Fix evaporation plant on the client not showing content in the input tank due to not knowing the height of the plant
dc55547 - Update CodeQL to include a timeout (#7720)
8111f1c - Fix the formulaic assemblicator's inventory flickering at times due to stock control organization causing more organizations to occur
1e8ddfe - Fix mode key being off by default on all installed units instead of just off by default for the elytra unit
86cfdbf - Fix being able to charge laser amplifiers and tractor beams in energy storage devices
2043134 - Fix fission computer setBurnRate method not giving clean error messages #7725
1940cc8 - Fix our generic get name helper for unknown registry type objects, and expose some methods to computers for the seismic vibrator to get information about vibrated chunks https://github.com/mekanism/Mekanism-Feature-Requests/issues/507
82fb896 - Wait until after the texture atlas has been fully stitched to clear our cached models
6742a67 - New Crowdin updates (#7724)
ee5707f - Bump version to 10.3.8
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:uW4ieBf2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OFVYKsAk:uW4ieBf2"
}

