Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.0.5.7-neoforge
Beta
moonstone 1.0.5.7-neoforge2 years ago 93
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
添加之前添加的一些东西(1.20.1的)
修复了巨人们和小僵尸之间互相殴打的问题
梦魇巨人:
子空间细胞病变:召唤梦魇巨人时,再召唤3只巨人僵尸
甲烷囊肿:梦魇巨人死亡后产生毁灭性爆炸
无氧呼吸:梦魇巨人的存活时间提高50%
巨型细胞僵尸:
骨细胞增生:巨型细胞僵尸在召唤时会获得召唤者70%的护甲值
寄生性僵尸细胞:巨型细胞僵尸在死后诞生5个细胞僵尸
子母细胞:巨型细胞僵尸在召唤时会额外产生2个细胞僵尸,并有50%的概率再召唤一个巨人僵尸
厌氧细胞:巨型细胞僵尸的存活时间提高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:YBEKbtCJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:YBEKbtCJ"
}


