All versions
1.5
Release
K3d Visuals (PvP Visual) 1.52 months ago 2,767
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
EN:
Changed:
- [/] AutoSwap — completely redesigned and improved working algorithm
- [/] Click GUI — added interface customization and menu resizing options
- [/] Optimization — added 2 special checkboxes
- [/] View Module — fixed bugs and fully repaired module rendering
Added:
- [+] HitColor — allows you to customize and change the player's color when taking damage
- [+] Interface — added an inventory widget
- [+] Zoom — camera zoom feature (magnifier) for detailed viewing of distant objects
- [+] AutoInviz — automatically uses an invisibility potion under certain conditions
- [+] HWHelper (HolyWorld Helper) — an essential assistant with special features for the HolyWorld server
- [+] AUCHelper (Auction Helper) — an advanced helper for convenient auction management
- [+] Glow — added to the Removals category (allows disabling unnecessary glow effects to improve performance)
- [+] Custom Role System — the most exciting update: roles are now displayed in the client! If you are a media partner, you will automatically receive the YOUTUBE or TIK TOK role. If you want to stand out even more, you can purchase a custom role — simply create a ticket in our Discord server!
Removed:
- [-] Coder Music
RU:
Изменено:
- [/] AutoSwap — полностью переработан и улучшен алгоритм работы
- [/] Click GUI — добавлена возможность кастомизации и изменения размеров интерфейса меню
- [/] Optimization — Добавлено 2 специальных чекбокса
- [/] View Module — исправлены баги и полностью починен рендер модуля
Добавлено:
- [+] HitColor — позволяет кастомизировать и менять цвет игрока при получении урона
- [+] Interface — добавил виджет инвентаря
- [+] Zoom — функция приближения камеры (лупа) для детального осмотра дальних объектов
- [+] AutoInviz — автоматически использует зелье невидимости при определенных условиях
- [+] HWHelper (HolyWorld Helper) — незаменимый помощник со специфическими функциями для сервера HolyWorld
- [+] AUCHelper (Auction Helper) — продвинутый помощник для удобной работы с аукционом
- [+] Glow — добавлен в категорию Removals (позволяет отключать лишнее свечение для повышения производительности)
- [+] Система кастомных ролей в клиенте! — Самое интересное: теперь в клиенте отображаются роли! Если ты медиа-партнер, то автоматически получишь роль YOUTUBE или TIK TOK. А если хочешь выделиться среди всех, то можешь приобрести кастомную роль — для этого просто создай тикет в нашем Discord-сервере!
Удалено:
- [-] Coder Music
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:IDVoMzKW:rh8tF0jQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IDVoMzKW:rh8tF0jQ"
}

