1.0.2
Compatibility
Changes
🇷🇺 Русский ✨ Что нового в 1.0.2?
Это важное исправление, которое делает мод значительно полезнее при использовании транспорта!
🐞 Исправление Бага (Fix): Устранена ошибка, из-за которой мод не отображал скорость при использовании вагонеток, лодок, страйдеров (Strider) и свиней.
🛠️ Улучшение: Теперь мод правильно отслеживает скорость транспортного средства, на котором вы находитесь, обеспечивая точные показания BPS в любых условиях.
🇺🇸 English ✨ What's New in 1.0.2?
This is a critical fix that significantly improves the utility of the mod when traveling by vehicle!
🐞 Bug Fix: Fixed an issue where the mod did not display speed when the player was using vehicles like Minecarts, Boats, Striders, and Pigs.
🛠️ Improvement: The mod now correctly tracks the speed of the vehicle you are riding, ensuring accurate BPS readings under all movement conditions.
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:YAXix2hF:7RFQhnPp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YAXix2hF:7RFQhnPp"
}

