3.1.1
Compatibility
Required content
Changes
大幅优化了网络表现(基于API更新) 大幅优化了大部分法阵的展现帧率 (新出的盛开魔法目前没有) 新增了3个法术 新增了法术收纳袋的快捷切换法术效果 手持法杖按Y即可快捷切换 修改了龙BOSS的动画 新增了死亡效果,而不是在亡语播放完成后突兀的死亡 增强了龙的亡语效果和时常
修复了Neoforge新版本无法运行的问题 修复了Fabric版本 创造分类栏错误的空出一个槽位的问题 修复了用魔法或者阵法攻击带有防御核心的玩家时 自己的位移会受到影响的问题 修复了使用陨星魔法 或者用魔法破坏阵法时, 错误崩溃的问题
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:T5YpEgSg:tkuwx9YJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:T5YpEgSg:tkuwx9YJ"
}

