Links
Tags
Creators
Details
10.4.4.18
Compatibility
Required content
Changes
c380ea5 - [no-cl] fix CF/MR changelogs
d64eb59 - Remove Upgrade stack limits and add to tooltip instead
ab3a567 - [no-cl] run datagen
3962655 - Fix matrix stats heading using the wrong lang key
817a645 - Allow teleporter frames & steel blocks to be wrench dismantled
5dde47f - render item decorations in side config gui
d3c2080 - simplify the side/transporter config tooltips
7888bb8 - Upgrade gradle to 8.4 and use JetBrainsRuntime as our toolchain specification so that we can take advantage of DCEVM
ad8e146 - fix personal storage inventory crafting with contents on servers
609b030 - add a faster blitNineSlicedSized copy which uses a single buffer and caching to significantly improve Mekanism GUIs
06e4304 - Don't add the inventory id to the stack on the client side for recipe output as it will be a different id than actually gets added from the server
6531aec - New Crowdin updates (#7876)
[ci skip]
022e458 - update projecte to 1.20 api
faac6da - re-add projecte datagen and run datagen
33b6795 - bump mod version
631cb34 - fix GuiUtils crash and increase mod version
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:tqQpq1lt:gtiIMg59"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tqQpq1lt:gtiIMg59"
}

