Tags
Creators
Details
1.0.8.9-neoforge
Compatibility
Required content
Changes
这个版本完全重新设计了培养皿和一些基因部件
使用任意基因物品右键药物粉碎盒即可存入,存入后长按右键咀嚼粉碎即可获得一些特殊进化基因
目前这些进化基因有这些:
~ATP高能量
~细胞色素爆发
~极速代谢
~代谢紊乱
~催化剂开关
~达尔文主义
~神创论
~模拟遗传基因
~碱性氧化
~碱性水解
~陆地亲和性
~海洋亲和性
~大气亲和性
}
这些进化基因可以存入培养皿内,其效果可以查看模组内的指南书 (因为其效果种类过多,这里就不说了)
暗影瘟疫的类型改为和Necora病毒一致(用于兼容药物粉碎盒)
现在所有玩家在战利品箱子里获取的基因物品具有难度之分
(难度会显示在物品描述的第一行)
其难度取决于玩家世界的难度:{
和平->简单的DNA序列
简单->普通的DNA序列
普通->复杂的DNA序列
困难->极度复杂的DNA序列
}
在粉碎这些物品的过程中,不同的难度对应了不同的产量
随着难度层层提高,其产量也会提高,极度复杂的DNA序列的产量是简单序列的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:zRTHF3vo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:zRTHF3vo"
}


