Links
Tags
Creators
Details
1.3.0-beta.6-forge
Compatibility
Changes
한국어
Forge 전용 Hangul입니다. Fabric·Quilt용 파일이나 NeoForge용 파일과 함께 설치하지 마세요. 기존 Hangul JAR을 교체하고 클라이언트에만 설치해 주세요.
- Fabric과 같은 한글 입력·검색 기능을 Forge에서 제공합니다. 추가 API 모드나 호환 브리지는 필요하지 않습니다.
- Forge에 포함된 Mixin과 맞도록 빌드 설정을 분리했습니다. 게임 실행에는 Java 25가 필요합니다.
- 리소스 메타데이터를 포함해 시작 경고와 월드 드롭 처리 충돌을 수정했습니다.
- 입력창·표지판 회귀 검사와 로더별 패키지 검사를 보강했습니다.
지원 조합은 Minecraft 26.1 / Forge 62.0.9, 26.1.1 / 63.0.2, 26.1.2 / 64.1.3, 26.2 / 65.1.3입니다. 이 파일은 26.3을 지원하지 않습니다.
English
Native Forge build with the same Korean input and search features as Fabric. Client-only; install one Hangul JAR, without additional API mods or compatibility bridges.
Supports the four exact Minecraft/Forge pairs listed above. Requires Java 25 and does not support Minecraft 26.3. Includes Forge-compatible Mixin settings, corrected resource metadata, and expanded input and packaging checks.
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:wH3MRIC8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZeAiFyth:wH3MRIC8"
}

