Tags
Creators
Details
4.0.2
Compatibility
Changes
Bedrock 1.21.60 support!
Fixed container_close and take_item_entity packet errors;
Please keep in mind that addressing these issues is particularly challenging, as Mojang introduces major technical rewrites even in minor updates. This has become a one-man project, and I also have school/work to manage alongside it. Your financial support at https://florianmichael.de/donate is deeply appreciated and helps me continue working on this project to the best of my ability.
Other changes
- Fixed various issues with servers sending duplicated data causing errors and disconnects
- Fixed shulker box contents not being visible in <= 1.20.4
- Fixed minecart (command/furnace) interactions not working in <= 1.8
- Fixed auto detection not working on some servers by removing the second -1 ping
- Changed debug hud modifications to always show the installed ViaFabricPlus version
- Catch possibly errors in config loading and saving
API
- Added
getVersionandgetImplVersionto API interface - Improved legacy API deprecation warnings for other mods
Please read the v4.0.0 Changelogs as well
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:rIC2XJV4:ZlhuracZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:ZlhuracZ"
}

