Links
Tags
Creators
Details
1.3.0-beta.8-neoforge
Compatibility
Changes
한국어
Minecraft 26.1–26.3용 NeoForge 파일입니다. 26.4 Snapshot 1 시험 지원은 Fabric·Quilt 파일에만 적용되며, 이 NeoForge 파일의 26.4 호환성은 선언하지 않습니다.
한글 조합·한자 변환·검색 동작은 beta.7과 같습니다. 이번 버전은 지원 범위를 재검증한 배포본으로, NeoForge의 5개 게임 버전에서 자동 호환성 검사를 통과했습니다. 기존 Hangul 파일을 이 파일 하나로 교체해 주세요.
English
The beta.8 NeoForge file supports Minecraft 26.1–26.3. Experimental 26.4 Snapshot 1 support applies only to the Fabric/Quilt file, not this one. Korean input, Hanja conversion and search behavior are unchanged from beta.7. Automated compatibility checks passed on all five declared NeoForge game versions.
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:sTpqZPUu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZeAiFyth:sTpqZPUu"
}

