Links
Tags
Creators
Details
1.3.0-beta.8-forge
Compatibility
Changes
한국어
Minecraft 26.1–26.2용 Forge 파일입니다. 26.3 및 26.4 지원은 이 파일에 포함되지 않습니다. 26.4 Snapshot 1을 사용한다면 Fabric·Quilt 파일을 선택해 주세요.
한글 조합·한자 변환·검색 동작은 beta.7과 같습니다. 이번 버전은 Forge 지원 범위의 4개 게임 버전을 다시 검증한 배포본입니다. 기존 Hangul 파일을 이 파일 하나로 교체해 주세요.
English
The beta.8 Forge file supports Minecraft 26.1–26.2. It does not declare support for 26.3 or 26.4. For experimental 26.4 Snapshot 1 support, use the Fabric/Quilt file. Korean input, Hanja conversion and search behavior are unchanged from beta.7. Automated compatibility checks passed on all four declared Forge 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:9rGaFbCj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZeAiFyth:9rGaFbCj"
}

