All versions
1.8
Release
K3d Visuals (PvP Visual) 1.8last month 3,130
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
EN:
Changed:
- [/] Particles — fixed and optimized rendering.
- [/] SwingAnimation — added dual-hand support. The system is set up to display animations for both hands, though this feature is still currently in development.
Added:
- [+] Cord Help (GPS Friend checkbox) — added a feature that automatically sets a waypoint on your friend's coordinates when they send them in chat.
- [+] ItemESP — new module that highlights specific items in chests. Quick Guide: Enable ItemESP and type .itemesp add minecraft:totem in chat. Your selected items will now be highlighted in chests with custom colors.
- [+] Jump Circles — added 3 new custom visual design options (implemented by the co-developer).
RU:
Изменено:
- [/] Particles — исправлены ошибки отображения и оптимизирована работа частиц.
- [/] SwingAnimation — добавлена поддержка обеих рук. Логика системы настроена так, чтобы анимация отображалась на две руки, однако на данный момент функционал находится в процессе доработки.
Добавлено:
- [+] Cord Help (чекбокс GPS Friend) — теперь, если ваш друг скидывает координаты в чат, на них автоматически устанавливается метка (вейпоинт).
- [+] ItemESP — новый модуль, позволяющий подсвечивать определенные предметы внутри сундуков. Мини-гайд: Включите модуль ItemESP и напишите в чат команду .itemesp add minecraft:totem. После этого выбранные вами предметы будут отображаться в сундуках определенными цветами.
- [+] Jump Circles — добавлено 3 новых варианта визуального оформления прыжков (реализовано вторым кодером).
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:kyjnclsf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IDVoMzKW:kyjnclsf"
}

