1.20.1-1.1.0
Compatibility
Changes
配置文件使用方式更新,现在已经不再被打包在jar包中,而是在config文件夹生成配置文件。
米诺菇技能重置:
愈战愈勇:当米诺菇持续锁定同一个目标时,其攻击力会逐渐提升至其基础攻击力(本体伤害+武器伤害)的200%,移动速度会逐渐提升至其基础移动速度的250%,当丢失目标时失去所有加成,转移目标时失去80%加成;
哞菇感(30s冷却):受到可追溯来源的远程攻击时,其攻击目标会转为远程攻击发出者;
薄弱侧翼:米诺菇当前攻击目标对米诺菇造成的伤害-80%,而非其攻击目标的攻击造成的伤害将+30%;
战吼:生命值首次低于其最大生命值的90%时,获得8护甲与4护甲韧性与50最大生命值。并回复其所有生命值且推开附近的一切生物。
破釜沉舟:当米诺菇生命值低于1/2时,其原有的横扫和冲刺技能的蓄力时间-50%
九头蛇技能重置:
幸运的勇士:玩家身上的每级幸运效果会对九头蛇造成15%的增伤;
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:UL2FNweH:GZf6zudP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UL2FNweH:GZf6zudP"
}

