Links
Tags
Creators
Details
1.3.0-beta.6-fabric
Compatibility
Changes
한국어
Fabric과 Quilt에서 함께 사용할 수 있는 파일입니다. 기존 Hangul 파일을 빼고 이 JAR 하나만 클라이언트의 mods 폴더에 넣어 주세요.
- Quilt 호환 검사를 추가했습니다. Fabric API나 별도 호환 모드는 필요하지 않습니다.
- 표지판의 줄 이동·선택 교체, 한자 확정·취소, 입력 제한과 포커스 이동에 대한 회귀 검사를 보강했습니다.
- Minecraft 26.1, 26.1.1, 26.1.2, 26.2를 지원합니다. 26.3 Snapshot 1–10 및 Pre-release 1–2는 시험 지원입니다.
- Fabric Loader 0.19.3 이상 또는 Quilt Loader 0.31.0-beta.4, Java 25가 필요합니다. 서버에는 설치하지 않습니다.
한글 입력 방식은 그대로입니다. 평소처럼 한/영키를 사용하시면 됩니다. F6은 입력 환경에 문제가 있을 때만 사용하는 단일행 입력창용 비상 기능입니다.
English
Shared Fabric/Quilt build. Replace your previous Hangul JAR; install only this file on the client. No Fabric API, compatibility bridge or bundled native library is required.
Supports Minecraft 26.1–26.2. The declared 26.3 snapshots and pre-releases remain experimental. Requires Fabric Loader 0.19.3+ or Quilt Loader 0.31.0-beta.4 and Java 25. This release adds Quilt verification and expands input regression coverage.
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:ZeAiFyth:bQ7Pfzqp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZeAiFyth:bQ7Pfzqp"
}

