Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
mc1.21.10-1.9.5-neoforge
Release
Korean Chat Patch 1.9.5 for NeoForge 1.21.108 months ago 185
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
NeoForge
Supported environments
Client-side
Changes
- Command Block IDE, Better Command Block UI 다시 호환
- Editbox를 다른 모드에서 상속받아 구현되는 경우, 문자열 수정이 정상적으로 일어나지 않는 문제 수정
- Backspace 키를 눌러 지울 때, 텍스트가 비어있으면 인덱스 초과로 인한 예외 발생 가능성 해결
- 인디케이터 애니메이션 EASE_IN_OUT_ELASTIC 로직 최적화
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:7GK9Tt4v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qyulnpBL:7GK9Tt4v"
}


