Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.2.9.0-neoforge
Beta
moonstone 1.2.9.0-neoforgelast year 257
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
现在模组内的动态光源已默认关闭
翻新亚特格拉德病毒,现在名字更改为“终极湮灭病毒”
这是一个极为危险的病毒
玩家必须在规定时间内将研究点数达到100%来解锁终极湮灭基因
研究点数会影响玩家的正常生理状态
病毒也会在玩家的体内复制影响正常生命体征
重新规划部分饰品的功能(漂流发酵和邪恶蜡烛) 这可能会修复部分情况下看向水面会卡顿的问题
重新优化Handler.hascurio的代码,这可能会减少对内存的消耗
修复了在部分情况下尝试调用暗影蝠的幼年状态时会崩溃的问题
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:2UbrPUWm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:2UbrPUWm"
}


