1.20.1-3.9.0
Compatibility
Changes
Version: 1.20.1-3.9.0
新增联动技能
<匠魂·升级>
技能平衡
时运对<熔炼>技能从只对可烧制矿石生效变更为对所有可烧制方块。通过<熔炼>最终获得物品数量公式为:烧制配方的输出数量 * 挖掘方块掉落的数量 * 取最大值(1,时运等级+2);
<熔炼>技能现在支持只拥有高炉配方的方块;
<勘探>范围变更为17x100x17;
所有技能解锁所需物品中包含<龙蛋>的,变更为<下界之星>
移除技能
移除所有<终末之路>系列技能
模组优化/联动
<熔炼>的额外掉落数量现在可以受到匠魂的时运/幸运属性影响;
完善金食物的效果描述;
玩家等级在达到2147483647时,拾取经验后经验条不会继续往上涨;
删除了无用的贴图。
BUG修复
修复部分技能在重新激活或解锁时出现触发多次技能的情况。
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:X2cKnDc4:tStPVFqz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X2cKnDc4:tStPVFqz"
}

