Links
Tags
Creators
Details
1.3.0-beta.5
Compatibility
Changes
한국어
한글 입력과 검색의 안정성을 다듬었습니다.
- 창작 인벤토리·조합법 검색에서 Shift로 입력한 쌍자음과 모음을 올바르게 구분합니다.
- F6 비상 한글 모드는 현재 입력창에만 적용되며, 포커스를 옮기거나 창을 닫으면 자동 해제됩니다. 평소에는 F6 없이 Windows IME를 사용하시면 됩니다.
- 책에서 조합 내용이 같으면 표시 문자열과 줄바꿈 결과를 재사용해 불필요한 계산을 줄였습니다.
- 입력 제한이나 렌더링 예외가 발생했을 때 입력값과 커서가 잘못 남지 않도록 보강했습니다.
- Minecraft 26.3 Snapshot 9–10 및 Pre-release 1–2를 시험 지원하며, 시험판에서 버전 불일치로 실행이 거부되던 지원 선언을 수정했습니다.
Minecraft 26.2에서는 실제 Windows 한글 입력을 확인했습니다. 26.3 시험판은 동일 JAR의 자동 호환성 검사를 통과했으며, 실제 입력 환경에 대한 추가 확인이 필요한 시험 지원입니다.
Fabric Loader 0.19.3 이상과 Java 25 이상이 필요합니다. Fabric API 등 별도 모드는 필요하지 않습니다. 기존 Hangul JAR을 교체한 뒤 Minecraft를 다시 실행해 주세요. 서버에는 설치하지 않습니다.
English
- Preserve Shift-sensitive Dubeolsik input in creative inventory and recipe searches.
- Keep the F6 emergency mode local to the focused text field; reset it on focus or screen changes.
- Reuse unchanged book composition text and line layouts to reduce redundant work.
- Restore text and cursor state safely after rendering errors, and reset rejected fallback edits.
- Add experimental support for 26.3 Snapshot 9–10 and Pre-release 1–2, and correct Fabric's normalized snapshot version predicates.
Native Windows Korean input was checked in-game on Minecraft 26.2. The 26.3 targets passed automated compatibility checks with the same JAR but remain experimental pending further native input testing.
Requires Fabric Loader 0.19.3+ and Java 25+. No separate Fabric API or native library is needed. Replace the previous Hangul JAR and restart the client; no server installation is required.
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:RGh4c4WQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZeAiFyth:RGh4c4WQ"
}

