Tags
Creators
Details
4.2.0
Compatibility
Required content
Changes
Adds compatibility with ViaVersion and ViaBackwards 5.12.0
Other changes
- Fixed and improve sound mappings in 1.9->1.8. (Also thanks @Beaness)
- Fixed potion spawn's velocity not being applied in 1.9->1.8. (Thanks @Term4)
- Pass view-relative teleport flags through in 1.9->1.8. (Thanks @Term4)
- Fixed using an item in air packet not matching the old packet in 1.9->1.8. (Thanks @Beaness)
- Fixed splash potions turning into drinkable potions in 1.9->1.8. (Also thanks @Term4)
- Handle single player inventory slot updates in 1.9->1.8. (Also thanks @Term4 & @Beaness)
- Send server titles back to the client after cooldown visualization in 1.9->1.8. (Also thanks @Beaness)
- Queue teleport confirmation acks to match client behaviour in 1.9->1.8. (Thanks @Beaness)
- Fixed use animation cancelling upon status updates in 1.9->1.8. (Thanks @Term4)
- Fixed entity position format conversion rounding in 1.9->1.8. (Thanks @Term4)
- Fixed impl version not present in Via dumps.
Please also read the 4.1.3 changelog: https://github.com/ViaVersion/ViaRewind/releases/tag/4.1.3
Your support means a lot! If you'd like to help keep the project going, consider donating at: https://florianreuth.de/donate
I'll continue improving this project to the best of my ability.
Optional dependencies
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:TbHIxhx5:EPLCoxMK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TbHIxhx5:EPLCoxMK"
}

