Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated 2 weeks ago
All versions
0.0.1+build.46
Alpha
Survival++ For NeoForge v0.0.1+build.462 weeks ago 19
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
fix(mixin): 修复恶魂移动控制字段绑定
- 移除对 GhastMoveControl 父类字段的 shadow 依赖
- 使用 WrapOperation 的 Mob 实例读取速度效果和云层状态
- 修复 26.2 生产服务端启动时的 Mixin 绑定失败
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:Yzd226Bp:BZlJUh8o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Yzd226Bp:BZlJUh8o"
}


