Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 hours ago
All versions
1.3.0-beta.4
Beta
Hangul 한글 1.3.0-beta.4last month 32
Compatibility
Minecraft: Java Edition
26.3-snapshot-8
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
첫 다중 버전 호환 베타입니다.
- Minecraft 26.1, 26.1.1, 26.1.2, 26.2 지원
- Minecraft 26.3 Snapshot 1–8 시험 지원
- Snapshot 4의 SDL3 입력 전환에서도 F6·Backspace·물리 키 두벌식 입력 유지
- 26.1/26.2 사이의 화면·오버레이 API 차이 흡수
- 한국어 프로젝트 설명과 검색 예시 정리
26.3 Snapshot 지원은 전체 빌드·리맵·회귀 테스트를 통과했습니다. 실제 Windows IME·한자 후보창 동작은 추가 피드백을 받고 있습니다.
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:nM654uXU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZeAiFyth:nM654uXU"
}

