Tags
Creators
Details
1.3.5.0-neoforge
Compatibility
Required content
Changes
不朽轮回之印章现在是紫色背景且具有拖尾动画
修复了不朽轮回之印章被注册了两个的问题
修复了恶意立方体的材质是错误的问题(不是紫黑方块,而是真正的错误)
修复了血灵增生体发射的血珠会被水阻挡而造成实体堆积
修复了血灵增生体发射的血珠拖尾会在击中时突然消失的问题
修复了血灵增生体的拖尾颜色问题
修复了血灵增生体的拖尾总是会在坐标000的位置生成的问题
血灵增生体发射的血珠体积现在是高0.1宽0.1
模组内的一些渲染改为更好的颜色混合
提高了血灵增生体的跟随速度(2倍)
提高了血珠的速度(1.5倍)
血灵增生体现在会漂浮在玩家右后方
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:Djpjjz6B:VBKx5rjf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:VBKx5rjf"
}


