Tags
Creators
Details
1.2.6.1-neoforge
Compatibility
Required content
Changes
重新设计基因物品的背景动画,现在是一条条锁链(画廊)
现在默认DNA槽位数量变成2,并改名为“异种基因槽”
添加2个玩家基因栏位到玩家的默认槽位当中
添加了4个初始玩家基因组和4个后天玩家基因组 后天玩家基因组可继承上一个基因组的所有能力
将开局给予的护身符改为随机的初始玩家基因组
玩家基因可以使用其他药物来进行强化或者异变(右键操作,不可逆) 药物发现在地牢,但需要佩戴相应基因组
修复了暗影瘟疫的生命强化基因无效的问题
修复了暗影瘟疫的狂暴战士无效的问题
修复了某些情况下召唤的僵尸其生命值不是100%的问题
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:ibj5KRTA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:ibj5KRTA"
}


