1.21.8+build.6
Compatibility
Required content
Changes
Major Mod Update
This update brings exciting new features to the mod. The hitboxes now have a rainbow RGB highlight, smoothly cycling through all colors, making them more visually appealing and easier to notice.
Additionally, a Sign Search feature has been added. You can now search for signs by text using the /sch <text> command, highlighting all signs containing the specified text in your world — perfect for navigation or finding specific instructions.
All previous features, including customizable hitbox colors, fill, rendering aspect ratio, and convenience options like Auto Sprint, remain fully functional.
Enjoy the colorful hitboxes and improved sign search
------------------------------------------------------------------------
Крупное обновление мода
В этом обновлении мод получил новые возможности. Теперь подсветка хитбокса переливается всеми цветами радуги, плавно меняя оттенки, что делает её более заметной и красивой.
Также добавлена функция поиска табличек по тексту. С помощью команды /sch <текст> можно подсветить все таблички в мире, содержащие указанный текст — удобно для навигации или поиска нужных инструкций.
Все предыдущие функции, включая настройку цветов хитбокса, заливку, пользовательское соотношение сторон и удобства вроде Авто-спринта, остаются полностью рабочими.
Наслаждайтесь цветной подсветкой и улучшенным поиском табличек
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:qPYjUsiC:hEftsZQo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qPYjUsiC:hEftsZQo"
}

