Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.3.0.8-neoforge
Release
moonstone 1.3.0.8-neoforgelast year 73
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
修复了细胞僵尸/细胞巨人/梦魇巨人在以下情况下会攻击主人的问题:
玩家攻击到了自己(如使用末影水晶轰炸波及到自己)
玩家使用仇恨物品索敌了自己(恶意之殇一类)
现在玩家免疫自己召唤的僵尸的伤害
处理了细胞僵尸/细胞巨人的AI,现在不会主动攻击附加生物,只有玩家攻击时才会进行攻击
修改战利品表的机制:
现在玩家在佩戴巨人僵尸基因片段的时候可以发现细胞重生基因片段
现在玩家在佩戴细胞重生和巨人僵尸基因片段时可以获得细胞僵尸的分段基因组
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:p52ZbPU3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:p52ZbPU3"
}


