1.0
Compatibility
Changes
EN Changelog: [+] Added the AutoSwap module [+] Added the ServerHelper module (only the FunTime server mode is available for now) [+] Added the Interface module (HUD). [+] Added the TargetESP module (Crystals mode (experimental, contact the telegram team for bugs), Ghosts mode, Circle mode, and Marker mode). [+] Added the Particles module (currently in test mode, please contact the telegram team for bugs) [+] Added the TargetHUD + Particles submodule (experimental)). [/] Fixed some bugs.
If there are any bugs/crashes - contact the telegram with a description of the bug.
If there are new ideas - contact the telegram with a full description of the idea (if there is SS - attach)
Link to contact me - in the right column "Report Issues"
This update has renamed the mod to "Rhinite" RU ChangeLog: [+] Добавлен модуль AutoSwap [+] Добавлен модуль ServerHelper(пока только режим под сервер FunTime) [+] Добавлен модуль Interface(HUD). [+] Добавлен модуль TargetESP(Режимы Crystals(экспериментальный, при наличии багов обратиться в телеграм), Ghosts, Circle, Marker). [+] Добавлен модуль Particles(пока в тестовом режиме, при наличии багов писать в телеграм) [+] Добавлен TargetHUD + подмодуль Particles(экспериментально)). [/] Пофикшены некоторые баги.
Если имеются какие-либо баги/краши - обратиться в телеграм с описанием бага.
При наличии новых идей - обратиться в телеграм с полным описанием идеи(если имеется SS - приложить)
Ссылка на связь со мной - в правом столбике "Сообщить о проблеме"
С данного апдейта мод переименован в "Rhinite"
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:2wKFqsir:X9pAf48a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2wKFqsir:X9pAf48a"
}

