All versions
4.2.2
Release
Youkai's Homecoming-unofficial-port 4.2.2last month 79
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
4.2.2
New Features
- Ported grape vine system from 1.20.1: shearing mature grapes now converts them into vine trunks that grow into a full vine structure (trunk/vines/branches/fruits).
- Expanded tea tree to 8 growth stages with tiered harvest: stage 6 yields tea leaves, stage 7 yields camellia flowers, stage 8 yields tea seeds.
- Added camellia item as tea tree intermediate harvest product.
- Tea tree now grows 4x slower after reaching double-block stage.
- Ported custom plant models for tea bush and grape vine rendering from 1.20.1.
Bug Fixes
- Fixed Reimu's hairband flight ability incorrectly activating when wearing any hat in curios slot.
- Fixed Koishi's hat cooldown not applying when worn in curios slot.
- Fixed Rumia not entering EX state due to missing damage cap in non-EX form.
- Fixed Rumia's hairband drop condition (now only requires danmaku kill, no longer requires player entity check).
- Fixed grape vine growth speed being near-zero (was checking soil at wrong position).
- Fixed "Kappa Village" advancement being unobtainable due to commented-out trigger.
- Fixed crash when interacting with vine blocks (ModSounds reference updated for 1.21.1).
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:gjywHTJ3:EgFsyshP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gjywHTJ3:EgFsyshP"
}

