Links
Tags
Creators
Details
3.0.3+public
Compatibility
Changes
en_us:
1.Add the world of ore mithril and ore edelmann to generate.
2.Add the option to disable mining speed configuration.
3.Add equipment tool upgrade attributes.
zh_cn:
1.添加秘银矿、艾德曼矿的世界生成。
2.添加可关闭挖掘速度配置项。
3.添加装备工具升级属性。
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:bbY4H7Rx:x6cfxXRC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bbY4H7Rx:x6cfxXRC"
}

