Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
mc1.20.6-1.9.5-fabric
Release
Korean Chat Patch 1.9.5 for Fabric 1.20.67 months ago 145
Compatibility
Minecraft: Java Edition
1.20.6
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- Editbox를 다른 모드에서 상속받아 구현되는 경우, 문자열 수정이 정상적으로 일어나지 않는 문제 수정
- Backspace 키를 눌러 지울 때, 텍스트가 비어있으면 인덱스 초과로 인한 예외 발생 가능성 해결
- 인디케이터 애니메이션 EASE_IN_OUT_ELASTIC 로직 최적화
- NeoForge에서 '/' 명령어 입력 시, 커서 위치가 '/' 앞으로 가는 문제 수정
- 'Caxton' 모드와 같은 텍스트 입력 로직 변경 기능이 있는 모드와 함께 사용 시 발생하는 문제 수정
- MacOS에서 Ctrl + Capslock 조합으로 키를 입력했을 때 한/영 변환이 이루어지지 않도록 수정
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:qyulnpBL:EIBstJ41"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qyulnpBL:EIBstJ41"
}



