All versions
1.4
Release
K3d Visuals 1.42 months ago 565
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
EN:
Changed:
- [/] HitBox color — fixed a rendering bug, hitboxes no longer show through walls
- [/] Freelook — fixed a field of view bug
- [/] Nimb — fixed a rendering bug, the halo is no longer visible through walls
- [/] Coder Misc — completely reworked, music now plays correctly
Added:
- [+] ServerBlock — Automatically blocks certain modules for specific servers
- [+] Interface — Added a second type of selection (full square), Druna widget
- [+] HotBar — A beautiful custom hotbar
- [+] SoundController — Controls specific sounds
- [+] Optimization — Improved optimization, increased FPS and stability
- [+] AntiLeave — Protection against accidental or forced server exits
- [+] ItemRadius — Shows the range of items
- [+] LockSlot — Allows you to lock selected inventory slots
- [+] Mine Helper — An assistant for efficient mining
Removed:
- [-] All features related to the chest and inventory (complete module cleanup)
RU:
Изменено:
- [/] HitBox color — исправлен баг с рендером, теперь хитбоксы не просвечивают через стены
- [/] Freelook — исправлен баг с поле-зрением
- [/] Nimb — исправлен баг с рендером, нимб больше не видно сквозь стены
- [/] Coder Misc — полностью переработан, теперь музыка воспроизводится корректно
Добавлено:
- [+] ServerBlock — автоматически блокирует определенные модули под конкретные сервера
- [+] Interface — добавлен выбор 2-го типа (фулл квадрат), виджет Друна
- [+] HotBar — красивый кастомный хотбар
- [+] SoundController — контроль определенных звуков
- [+] Optimization — улучшена оптимизация, повышен FPS и стабильность
- [+] AntiLeave — защита от случайного или принудительного выхода с сервера
- [+] ItemRadius — показывает радиус действия предметов
- [+] LockSlot — позволяет блокировать выбранные слоты в инвентаре
- [+] Mine Helper — помощник для эффективного копания в шахте
Удалено:
- [-] Все фишки, связанные с сундуком и инвентарем (полная зачистка модулей)
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:CZ6iDYra"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IDVoMzKW:CZ6iDYra"
}


