1.0.3
Compatibility
Changes
修复大量bug与新增特性 1.农夫乐事厨锅支持不消耗容器配方 2.manors_bounty火鸡恢复生成 3.引入mixin squared对manors_bounty mixin进行修改 4.mystiasizakaya优化开店体验 5.extradelight兼容低于1.3版本的农夫乐事 6.farm and charm沃土修复 7.修复长期以来被错误的配方检索优化而破坏的配方索引与匹配
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:bO9khDqO:y1i7vODO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bO9khDqO:y1i7vODO"
}
