All versions
1.6
Release
K3d Visuals (PvP Visual) 1.62 months ago 1,534
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes

EN:
Changed:
- [/] Visuals (Full Design) — completely redesigned all visual modules
- [/] Render Bug — fixed a critical bug: elytras and capes now render correctly when equipped simultaneously
- [/] Target ESP — fixed bugs and added 3 new target display styles: "Chains", updated "Circle", and "Square Marker" with smooth animation
- [/] Particles — fully optimized and patched particles; removed numerous redundant and inefficient settings
- [/] Prediction — added a landing point indicator (where an ender pearl, arrow, etc., will land) and crossbow support
- [/] Helper System — completely rewrote the logic for all auxiliary modules (Helpers)
- [/] AutoSwap — added a head-swapping feature for RW users and its clones
Added:
- [+] RWHelper — a specialized helper designed for playing on RW servers
- [+] Jump Circles — added a new visual effect upon jumping
- [+] Footsteps — added a footprint trail effect
- [+] Music Widget — restored the music player widget back to the UI
- [+] Cooldown Helper — added a checkbox to display item cooldowns (traps, pitfalls, etc., for RW/FT)
- [+] AutoResell — added a module for automatic item flipping/reselling on the Auction House
Removed:
- [-] Settings Cleanup — removed a massive amount of outdated and unused settings to optimize client performance
RU:
Изменено:
- [/] Визуалы (Full Design) — полностью переработан дизайн всех визуальных модулей
- [/] Render Bug — исправлен критический баг: теперь при надевании элитр плащ и сами крылья отображаются корректно
- [/] Target ESP — исправлены баги, добавлены 3 новых стиля отображения таргета: «Цепи», обновленный «Круг» и «Квадратный маркер» с плавной анимацией
- [/] Particles — проведена полная оптимизация и фикс партиклов, удалено множество лишних и неэффективных настроек
- [/] Prediction — добавлена точка приземления (куда упадет перка, стрела и т.д.), поддержка арбалета
- [/] Helper System — полностью переписана логика работы всех вспомогательных модулей (Helper-ов)
- [/] AutoSwap — добавлена функция свапа головы для пользователей RW и их копий
Добавлено:
- [+] RWHelper — специализированный помощник для игры на серверах RW
- [+] Jump Circles — добавлен новый эффект при прыжке
- [+] Footsteps — эффект следов от шагов
- [+] Music Widget — возвращен виджет плеера в интерфейс
- [+] Cooldown Helper — чекбокс, отображающий перезарядку (кулдаун) предметов (ловушки, трапки и прочее для RW/FT)
- [+] AutoResell — добавлен модуль для автоматической перепродажи товаров на аукционе
Удалено:
- [-] Очистка настроек — удалена куча неактуальных и неиспользуемых настроек для оптимизации клиента
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:tVn4dQVb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IDVoMzKW:tVn4dQVb"
}

