Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.1.5.2-neoforge
Beta
moonstone 1.1.5.2-neoforge2 years ago 57
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
主要
尝试修复渲染的问题
其他
稍微更改了梦魇巨人的模型
也稍微更改了梦魇巨人远程攻击的模型,迁移到弹射物类型
去除梦魇巨人的吼叫动画
加强梦魇巨人:
被锁定的生物会被暂时削弱,
锁定目标时召唤两个细胞僵尸,冷却15秒
这些细胞僵尸会自动获得物品肾上腺素激增的加持
梦魇巨人会尝试链接附近的细胞僵尸
链接后会逐渐恢复梦魇巨人的生命值
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:mlCSsDbc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:mlCSsDbc"
}


