Links
Tags
Creators
Details
1.3.0-beta.6-neoforge
Compatibility
Changes
한국어
NeoForge 전용 Hangul입니다. Fabric·Quilt용 파일이나 Forge용 파일과 함께 설치하지 마세요. 기존 Hangul JAR을 교체하고 클라이언트에만 설치해 주세요.
- Fabric과 같은 한글 입력·검색 기능을 NeoForge에서 제공합니다. 별도 API 모드나 호환 브리지는 필요하지 않습니다.
- NeoForge 26.2의 모드 목록에 맞춰 아이콘 메타데이터를 적용했습니다. 이전 26.1 모드 목록에서는 아이콘이 표시되지 않을 수 있습니다.
- 입력창·표지판의 조합, 선택 교체, 줄 이동과 취소에 대한 회귀 검사를 보강했습니다.
지원 조합은 Minecraft 26.1 / NeoForge 26.1.0.19-beta, 26.1.1 / 26.1.1.15-beta, 26.1.2 / 26.1.2.104, 26.2 / 26.2.0.77입니다. Java 25가 필요하며, 이 파일은 26.3을 지원하지 않습니다.
English
Native NeoForge 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/NeoForge pairs listed above, with Java 25. Includes updated NeoForge icon metadata and expanded input regression checks. Older 26.1 mod lists may omit the icon. This file does not support Minecraft 26.3.
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:RDDOJ3t4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZeAiFyth:RDDOJ3t4"
}

