Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.1.9.7-neoforge
Release
moonstone 1.1.9.7-neoforgelast year 1,859
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
加强反转球体(颠倒之物的附属),现在冷却时间降低至7秒
削弱无懈之眼,现在免伤为75%
血符和无懈之眼的出现概率提高100%
降低25%死灵契约召唤僵尸的概率,提高50%血球召唤概率
现在拾取血球恢复15%生命值(原来是5%)
加强万腐之心,现在属性衰败降低至0.2%,属性加成提高到20%
添加了混沌战斧(深渊饰品):
杀死生物召唤巨斧从天而降(伴随巨大轰鸣声)
坠落造成300%玩家当前攻击属性伤害
巨斧可存在15秒,且在巨斧半径12格内所有伤害和治疗提高25%(叠加)
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:uanYVhoO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:uanYVhoO"
}


