All versions
4.2.8
Release
Youkai's Homecoming-unofficial-port 4.2.8last month 435
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
4.2.8
New Features
- Added Camellia accessory support: can be worn in the Curios head slot and renders on the player model. While worn, prevents Phantom from spawning on the wearer.
Bug Fixes
- Fixed Sober effect failing to properly clear Youkaified and Youkaifying states.
- Fixed Diversity compatibility: crops now correctly trigger their associated advancements when harvested through Diversity's right-click harvest feature.
- Fixed two-tall coffea/tea crops being corrupted when right-click-harvested in multi-mod environments (Quark / FTB Ultimine): right-clicking either half now correctly drops fruit and resets growth without orphaning the upper half or wiping the crop.
- Fixed Flesh Chocolate Mousse, Red Velvet Cake and Scarlet Devil Cake recipes: now correctly require Blood Bottle instead of an empty Glass Bottle, matching the 1.20.1 recipes. Milk inputs now accept any milk item (milk bucket / Farmer's Delight milk bottle) via the
c:foods/milktag.
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:AYHch9d7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gjywHTJ3:AYHch9d7"
}

