1.1.9-beta-1-1.21.1
Compatibility
Changes
bug修复
修复了当穿着全套虚空绿宝石套装并开启套装技能时,盾牌防御的优先级低于套装免伤优先级而导致浪费套装耐久的bug
显示优化
改变了虚空绿宝石物品的耐久条颜色
新加入内容
加入虚空绿宝石盾牌(但是举盾动画模型有bug)
特点
当虚空绿宝石盾牌的耐久低于250时,耐久条颜色会变亮
特点
当虚空绿宝石盾牌耐久低于200时,耐久条颜色会变成白色,如果再使用该盾牌成功防御攻击时,该盾牌会爆炸,并为周围9x9x9除自己以外的生物提供虚空绿宝石剑的标记
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:L0etlzzl:oxPnAoc6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L0etlzzl:oxPnAoc6"
}

