Tags
Creators
Details
1.9.63
Compatibility
Changes
Fix #161/154/153/142/123
API Change, check the Chinese Changelog below.
修复了“SlashBlade模组中在计算召唤剑实体的射线追踪时卡死,导致服务器线程阻塞 / 幻影剑的目标检测在特定条件下因 ProjectileImpactEvent被取消可能导致无限循环 / 攻击《冰与火》中幽灵导致服务端阻塞,客户端崩溃”等问题,现在幻影剑的行为应当正常了
原有ChargeActionEvent改名为PerformSlashArtEvent,ChargeActionEvent现在为拔刀剑右键蓄力中的事件。
如果有附属出现更新后崩溃问题,请立即通知附属作者跟进更新或降级拔刀剑。
Optional dependencies
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:8T53F0sy:r9zybJFr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8T53F0sy:r9zybJFr"
}


