Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.5.3.7-fusion
Release
moonstone 1.5.3.7-fusion6 months ago 10.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
添加了罪孽囚笼,“救赎”,末世脊骨的配置
修复了一些物品的描述问题(幽怨之魂,绝望共鸣,末世脊骨)
修复了骤雨杀死生物时不产生冷却的问题(此问题会导致某些情况下产生大量飞剑)
重构罪孽囚笼:这会导致旧存档的属性方式一些变化(但不会重制进度)
修复了罪孽囚笼的属性会在接近50%时减少的问题
修复了某个标签会一直减少的问题
现在你可以控制罪孽囚笼的属性增加速度和上限
以及可以控制自身生命值和护甲的属性衰败程度
将虚伪的自尊伤害类型改为虚空(而不是原先的player)这也许会减少某些情况下的错误伤害叠加
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:Djpjjz6B:smKPLe7z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:smKPLe7z"
}


