Tags
Creators
Details
1.5.5.3-fusion
Compatibility
Changes
修复了灵念药戒的生命提升其无法真正提高生命值问题
修复了惶恐肉瘤的伤害问题
修复了惶恐肉瘤的药水施加可能会导致假BUFF的问题
修复了坠仙的伤害问题(并不是穿甲)
坠仙现在每秒最多只能受到一次伤害
惶恐肉瘤现在无法对玩家释放BUFF了
灵念药戒药的水消失时恢复生命现在有了冷却时间
灵念药戒现在不会对无限时长的药水生效了(可能会导致时间为负数)
添加了如飞剑,血灵一类生物的攻击目标黑名单(主要配置->“attackTarget”),默认为玩家和猪
添加了4个倾斜异果的配置
添加了3个坠仙的配置
修复了一些噩梦罪孽的描述其展示的救赎物品缺失的问题
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:8Hvy0Sgb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:8Hvy0Sgb"
}

