Links
Tags
Creators
Details
1.3.0-beta.7-neoforge
Compatibility
Changes
한국어
Minecraft 26.3 정식판을 지원합니다. Fabric·Quilt는 Fabric 파일을, NeoForge는 전용 파일을 설치해 주세요. NeoForge 26.3에서는 로더 26.3.0.3-beta를 사용합니다.
기존 Minecraft 26.1–26.2 지원은 유지합니다. Forge는 26.2까지 지원하며, 이번 버전에 26.3용 Forge 파일은 포함되지 않습니다.
한글 입력과 검색 기능의 동작은 이전 버전과 같습니다. 이번 업데이트는 지원 버전과 호환성 검사를 확장하며, 추가 라이브러리는 필요하지 않습니다. 사용 중인 로더에 맞는 파일 하나로 기존 Hangul 파일을 교체해 주세요.
English
Adds support for the stable Minecraft 26.3 release on Fabric, Quilt and NeoForge. Fabric and Quilt use the same file. NeoForge 26.3 requires loader 26.3.0.3-beta.
Minecraft 26.1–26.2 remain supported. Forge support stays at 26.2; this release does not include a Forge file for 26.3.
Korean input and search behavior are unchanged. This update extends compatibility declarations and regression checks without adding runtime libraries. Replace the previous Hangul file with the file for your loader.
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:QI0gKbe5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZeAiFyth:QI0gKbe5"
}

