Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated 3 days ago
All versions
1.1.2
Release
NeoForge .43+ compatibility hotfix3 days ago 33
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
1.1.2
Fixes
- Fixed the startup crash on NeoForge 26.2.0.43-beta and newer caused by the merged entity-interaction API.
- Updated the NeoForge build baseline to 26.2.0.45-beta.
- Retains the Windows/NTFS configuration migration fix from 1.1.1.
Compatibility verification
- Dedicated server: 26.2.0.12 / .25 / .42 / .43 / .45.
- Client entered and saved a world: .25 / .43 / .45.
- Herobrine interaction behavior verified on .43 and .45.
Users of 1.1.1 should update to 1.1.2.
中文
- 修复 NeoForge 26.2.0.43-beta 及更高版本启动时的 EntityInteractSpecific 缺类崩溃。
- 保留 1.1.1 的 Windows/NTFS 配置迁移修复。
- 使用 1.1.1 的玩家请升级到 1.1.2。
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:uTrWOEHF:Z06OCpTD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uTrWOEHF:Z06OCpTD"
}

