2.0.4
Compatibility
Changes
新增功能:
1.范围攻击(攻击世界中的实体,与秒杀攻击兼容)
2.无视重力(DiexvCreeper可飞行)
3.清理屏幕(清理垃圾GUI,例如实体消失后留下的血条)
4.保护玩家(getHealth和getMaxHealth返回20,取消setHealth)
5.暴力改血(改所有数字存储字段)
6.播放音乐(TryHardNinja、Captainsparklez - Revenge (Minecraft Creeper Song))
新内容:
DiexvCreeper会在仇恨目标处,生成能造成范围持续伤害的闪电立方。
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:8AYPDi2i:OI6MUsP8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8AYPDi2i:OI6MUsP8"
}

