2.3
Compatibility
Changes
RU
Анимированный рот на голове игрока, синхронизированный с голосовым чатом. Никаких ресурс-паков и серверной части — просто нарисуй кадры анимации прямо на своём скине, обведя их зелёной рамкой.
Что нового в 2.3:
Переход на Minecraft 1.21.11 Добавлена поддержка Simple Voice Chat Анимация теперь останавливается мгновенно, как только ты замолкаешь Исправлен разворот текстуры рта на 180° Поддерживаемые войс-чаты: PlasmoVoice, Simple Voice Chat (оба опциональны) Только клиент. Сервер не нужен.
EN
Animated mouth overlay on players' heads, driven by voice chat. No resource packs, no server mod — just draw animation frames on your skin inside green-bordered squares.
What's new in 2.3:
Ported to Minecraft 1.21.11 Added Simple Voice Chat support Animation now stops instantly when you go silent Fixed mouth texture rendering upside-down Supported voice chat mods: PlasmoVoice, Simple Voice Chat (both optional) Client-side only. No server required.
Optional dependencies
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:wAO0PSLf:S0aTzztS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wAO0PSLf:S0aTzztS"
}

