Tags
Creators
Details
1.1.3.8-neoforge
Compatibility
Required content
Changes
死灵契约附属物品:
关于僵尸:
运动强化:僵尸获得60%召唤者移动速度
要素察觉:被僵尸锁定的生物会发光
瘟疫:被僵尸攻击的生物会在短时间内受到额外33%的伤害
关于血球:
孢子喷发:拾取血球恢复20%的最大生命值
血污:拾取血球发生爆炸,但不会破坏方块
神经衰弱:拾取血球立即损失10%的生命值获得5颗黄心
现在血之魔盒召唤后有5秒冷却时间
现在细胞僵尸不会攻击主人了(之前攻击到它时会反击,现在不回了)
现在细胞僵尸和巨型僵尸召唤出来有3秒无敌时间(防止召唤者误伤)
战利品表现在重写了,可以通过配置文件来进行修改
大部分(死灵,深渊,瘟疫)物品发现概率默认为10%
现在原始纹章,暗影瘟疫的吸血效果有上限了(均不超过5点生命值)
暗影瘟疫的粒子效果减少到4个
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:L0QoNvLu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:L0QoNvLu"
}


