v1.0-mod
Compatibility
Changes
使麦块全版本通用(1.13-1.20.2) 推荐下界更新后(1.16-1.20.2),此数据包会优先对新版本做兼容,老版本看情况 较上个版本新增了大约116条合成配方,并且为部分模组写了配方
Make Minecraft universal across all versions (1.13-1.20.2) Recommendation 1.16-1.20.2. This data package will prioritize compatibility with the new version, and older versions will depend on the situation About 116 new synthetic formulas have been added compared to the previous version, and formulas have been written for some modules
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:UR10jjI3:idHxgNYy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UR10jjI3:idHxgNYy"
}

