Tags
Creators
Details
1.19.2-0.1c.Release-Early-Dev
Compatibility
Required content
Changes
ported to 1.20.1
fixed mixins bit more
fixed multimeter crash
fixed server startup crash
fixed excavation drill server interaction
fixed asphalt not being wrenchable
added redstone divider
added darkmetal decor
added invert function on clutch & gearshift "shift right click with hand to change the invert"
added hazard block
added Russian Translation -Hardziplay
updated mod logo!
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:JmybsfWs:PiqvawlN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JmybsfWs:PiqvawlN"
}


