2.0.1
Compatibility
Required content
Changes
V2.0.1 Update Log Major Updates 主要更新
Added a new boss challenge 添加了一个新的 Boss 挑战
Simplified crafting recipes for rings and some major items 简化了戒环和一些主要物品的合成配方
Removed world reward chests 删除了世界奖励箱
New Content 新增内容
🎭 Phantom Apostle 幻影使徒
Attribute Value 属性 数值 Name Mi Zhang 名称 迷障 Title Phantom 头衔 幻影 Health 360 ❤️ 生命值 360 ❤️ Armor 12 护甲值 12 Weapon Vanilla Bow 武器 原版弓 Invulnerability 1 second 无敌帧 1 秒 ☀️ Sun Apostle - Skill Update 太阳神使徒 - 技能更新
Skill Phase Effect 技能 阶段 效果 Yellow Lightning Storm All Phases Drops 80 yellow lightning bolts within 100-block radius (Phase 1), 200 bolts + continuous (Phase 2) 黄色闪电风暴 全阶段 半径 100 格内降下黄色闪电(一阶段 80 道,二阶段 200 道 + 持续)
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:jKso3LDV:AqbLNFyT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jKso3LDV:AqbLNFyT"
}




