Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.0.7.0-neoforge
Release
moonstone 1.0.7.0-neoforge2 years ago 48
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
血魔物品合并到一般饰品栏位
现在玩家自带3个DNA插槽了
将瘟疫苹果添加到宝藏战利品箱子中
瘟疫苹果获得的DNA插槽数减少2格
开局不再获得瘟疫苹果,转而为死灵契约,死灵契约:(更多细节请查看指南书)
杀死生物有10%的概率获得它们的血液
拾取血液恢复5%最大生命值
-10%伤害
-10%抗性
-15%暴击
-20%治疗
杀死生物有30%的概率召唤一只僵尸
杀死生物有15%的概率召唤一只巨人僵尸
并且:
召唤的僵尸获得50%召唤者的伤害,速度,防御,最大生命值的加成
召唤的僵尸获得获得召唤者目前存在的所有正面药水状态
但是:
Necora病毒及其附属物品无效化
暗影瘟疫及其附属物品无效化
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:R1jMp8WD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:R1jMp8WD"
}


