Links
Tags
Creators
Details
10.3.1.468
Compatibility
Changes
fec4c6d - Update maven example version to a 1.19 build
19a5d53 - Fix issues with factories displaying wrong warnings at times on servers due to Map#of iteration order having been different on the client than the server
9baddb9 - Update mek radiation heal command to set to baseline instead of zero (#7559)
Also updates baseline radiation of the entity when joining to baseline from zero
21d9f8a - Update deps and bump min forge version to 41.0.113 and remove the custom mekanism:mekanism model loader in favor of using forge's patched in system for setting the light level of faces via models. Also re-enable base ILikeWood in datagen
c58fad8 - Set fluid render layers on main thread as it isn't thread safe anymore https://github.com/MinecraftForge/MinecraftForge/issues/8911
db466df - Fix radiation overlay not consistently displaying with the correct color #7558
3af4c07 - Re-enable datagenerators for ilikewood plugins and add support for mangrove blocks added by base ilikewood
d871267 - Add support for QIO Redstone Adapters to do fuzzy matching and ignore NBT when calculating the count (loosely related to #7561)
94fe7c6 - Fix invalid accessing of client configs from the server side preventing the QIO item viewer containers to not open in dev on a server
c4c9737 - Add a button to the QIO crafting windows to allow emptying the grid to the QIO storage/player's inventory
e381a56 - Update to support 1.19.1 (still supports 1.19 as well for now)
1fb7b8a - New Crowdin updates (#7554)
8045d0d - Bump version to 10.3.1
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Mekanism-1.19.1-10.3.1.468-api.jar | Unknown | 404.74 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:Ce6I4WUE:yDOSRo2r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ce6I4WUE:yDOSRo2r"
}





