Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 years ago
Updated 2 years ago
All versions
1.3.3
Release
[Forge 1.8.9] Japdahan 1.3.32 years ago 90
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client and server
Changes
바이옴
- 물푸레나무 평원(Ashtree Plains): 약간의 물푸레나무가 자라는 평원 바이옴
변경점
- 이제부터 묘목으로 나무를 키울 때 나무의 종류별로 키가 다르게 자람
수정된 버그
- 늪지대와 타이가 나무가 다른 나무 위에 생성되는 버그 수정
Biome
- Ashtree Plains: plains biome with a few ash trees on it
Change Point
- From now on, trees' height differ when growing with saplings
Fixed bugs
- Fixed bug that trees generating over other trees in Swampland and Taiga
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| japdahan-1.3.3-sources.jar | Unknown | 612.87 KiB |
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:8zjhJd7v:IEOR0fCh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8zjhJd7v:IEOR0fCh"
}

