Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.1.3.6-neoforge
Beta
moonstone 1.1.3.6-neoforge2 years ago 101
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
死灵契约现在有附属物品了,它们需要在佩戴这个物品的情况下开取地牢或者矿井类型的战利品箱获得
瘀血:僵尸死亡后恢复召唤者10%的最大生命值
肿瘤:僵尸伤害减半,但是生命值加倍
骨结构异常:僵尸继承玩家70%的护甲值和30%最大生命值
干尸化:有效抑制僵尸的腐化速度,但是会减低20%的攻击伤害
组织再生:僵尸会缓慢恢复生命值,并提高腐化速度
添加了七剑修罗·万法
削弱七剑修罗附属物品的飞剑(现在是0.3+7%玩家攻击属性)
现在七剑修罗·剑阵之章初次发射的飞剑速度降低50%
七剑修罗·剑阵之章的冷却时间增加2秒
添加了配置选项(控制开局是否给予指南书)
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:zjxV5oKI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:zjxV5oKI"
}


