
Equivalent Exchange
ArchivedDirt to Diamonds and Diamonds to Dirt. This is the mod that started it all.
6.22
Compatibility
Changes
6.22 - Divining rod fail. The metadata was already in use for tool level so charging it up is not an option. Instead bound 'mode change' to G key and let the three levels swap between various modes. Also "underped" the level 1 divining rod, it is now substantially more accurate.
6.21 - Fixed metadata not showing up in Trans Grid.. fixed target slot not showing up on top [guaranteed].
6.2 - Fixed IC2 repair of treetaps, fixed sticky piston evaluation.
6.19 - Fixed gold dust value, removed debug recipes [derp], added charge levels to divining rod, which scales up fuel use: level 1 divining always 3x3x3, so don't bother charging it (but it won't consume more fuel if you do), level 2 ranges from 4-16 [0-3 charge levels, each gives 4 distance], level 3 ranges from 16-64 [0-3 charge levels, each gives 16 distance].
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:jwK0Jivv:TLdLjXzk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jwK0Jivv:TLdLjXzk"
}
