Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.0.2.2-neoforge
Beta
moonstone 1.0.2.2-neoforge2 years ago 112
Compatibility
Minecraft: Java Edition
1.21
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
调整战利品表(概率普遍提高)
现在上古果实的被动改为免疫黑暗(原来是免疫发光)
修复了细胞僵尸和暗影蝠的崩溃
重新设计基因类型物品的背景纹理
将tab选择卡分成两个部分
将所有的主要基因片段的槽位加成改为2(原来是3)
修复了扭曲石头,灵质石头和神奇石头没有功能的问题
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:8wWBggGU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:8wWBggGU"
}

