Tags
Creators
Details
3.4.5
Compatibility
Changes
Bedrock 1.21.20 support!
- Added support for custom items
- Initial block breaking support
- Implemented sound support
- See the full commit history for more details.
Settings cleanup
- Removed some outdated/not working settings:
Replace sneaking,Long sneakingLegacy mining speeds
This update also renamed some setting names to be more consistent.
ViaVersion 5.0.4-SNAPSHOT Updates the internal protocol translation and fixes various issues
- Fixed client disconnection when hovering over chat items with food components in <= 1.20.4
- Improved sound mappings in <= 1.8
- See the full commit history for more details.
Other changes
- Fix entities in boats being displayed wrong in <= 1.20.1
- Added setting for glyph filtering in <= 1.20
- Fixed hand not swinging when using fishing rod in <= 1.14.4
- Allow sneaking while flying, inside blocks and entities in <= 1.13.2
- Added setting to force unicode for non-ascii languages in <= 1.12.2
- Fix sword block animation inaccuracies in <= 1.8 (@lowercasebtw)
- Fixed item use and block breaking at the same time not working in <= 1.7.10
- Apply slight rotation for non-block-items in rendering in <= 1.7.10 (@lowercasebtw)
- Swing hand on item use in <= 1.7.10 (@lowercasebtw)
- Fixed incompatibility with modflared
- Fixed incompatibility with raknetify
- Updated traditional chinese translations (@yichifauzi, @notlin4)
- Updated simplified chinese translations (@Andypsl8)
- Updated polish translations (@Blayung)
- Update korean translations (@good7777865)
If you want to help me out financially, consider sponsoring at https://florianmichael.de/donate.
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:NZaQierI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:NZaQierI"
}

