1.1.0
Compatibility
Changes
新增基于鱼重、动量、张力变化、附件属性和网络延迟的预测式控制。 改进抛竿、等待咬钩、小游戏、收杆确认、失败恢复和重新抛竿流程。 增加超时、有限重试、指数退避和连续失败熔断保护。 支持主手与副手中的 FMB、原版、Aquaculture 和 Advanced Fishing 钓竿。 支持客户端单独运行;服务端同装时提供权威遥测、断线保护和捕获窗口保护。 已通过 Fishing Made Better 2.2.6 与 2.2.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:FvYf5ZTW:7h1Qa6fM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FvYf5ZTW:7h1Qa6fM"
}

