Tags
Creators
Details
4.1.4
Compatibility
Changes
Bedrock 1.21.80 Support!
Other Changes
- Fixed disconnection issues on servers with strict anti-cheat when clicking items in inventories in versions <= 1.21.4.
- Fixed rare disconnection issues with certain item components in versions <= 1.20.4.
- Fixed enchantment glint not appearing on potions in versions <= 1.19.3. (Thanks @RacoonDog)
- Fixed rare chunk loading issue in versions <= 1.18.
- Fixed incorrect collision and outline shapes for glass panes and iron bars around 1.8 & 1.12.2. (With help from @RacoonDog)
- Fixed incorrect carrot and potato collision shapes in versions <= 1.8. (Thanks @RacoonDog)
- Fixed edge case in block placement behavior for glass panes and iron bars in versions <= 1.8. (Thanks @RacoonDog)
- Fixed book handling issues causing player kicks in versions <= 1.8.
- Prevented duplicate server pings when auto-detect is enabled.
- Fixed ClassiCube multi-factor login soft-lock when closing the screen while trying to exit the ViaFabricPlus menu.
- Fixed ClassiCube login screens resetting on window resize.
- Fixed some translations in ClassiCube screens not applying correctly.
- Fixed ClassiCube server list not loading after logging in and restarting the game.
- Updated German, Simplified Chinese, Korean, and Russian translations. (Thanks @Andypsl8, @good7777865, @Felix14-v2)
- Added debug setting to toggle crop block collision changes. (Thanks @RacoonDog)
Please read the v4.1.3 Changelogs as well
I deeply appreciate any financial support at https://florianmichael.de/donate and will continue working on this project to the best of my ability.
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:zqec4a0Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:zqec4a0Z"
}

