Links
Tags
Creators
Details
0.5
Compatibility
Required content
Changes
现在mod需要添加一个我写的前置
https://modrinth.com/mod/tick-predictor
(ALL)版本在编译时包含了依赖,因为现在只有我使用这个前置
解决了了大部分脚本操作产生的问题
looseenMode自定义还是没写出来
Now the mod needs to add a predecessor I wrote
https://modrinth.com/mod/tick-predictor
(ALL) version of the dependency is included in the compilation, because now I'm the only one who uses this predecessor
solved most of the problems generated by the script operation
looseenMode customization is still not written!
Supplementary resources
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:PTkF76pD:b7KY2eox"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PTkF76pD:b7KY2eox"
}



