1.0.2
Compatibility
Changes
新增末影大狗叫:支持真正飞行与悬停、空间折跃、龙息射线 新增三首融合形态:三只大狗叫可掠夺凋灵之力并融合,获得三重龙息、蓄力光炮、高速贯穿和生命汲取能力。 新增幽匿强化:可感知并锁定周围敌人,通过空间裂隙远程释放声波;面对单个目标时会集中全部裂隙进行攻击 Added Ender Dagoujiao: Supports true flight and hovering, spatial warping, and a Dragon Breath beam. Added Three-Headed Fusion Form: Three Dagoujiaos can seize the Wither’s power and fuse together, gaining triple Dragon Breath beams, a charged energy cannon, high-speed terrain penetration, and life-draining abilities. Added Sculk Enhancement: Can sense and lock onto nearby enemies, then attack them remotely with sonic blasts through spatial rifts. When only one target remains, all rifts converge on that target for a concentrated attack.
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:lAZ1BNv6:zDMSEVQr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lAZ1BNv6:zDMSEVQr"
}

