All versions
4.2.0
Release
Youkai's Homecoming-unofficial-port 4.2.02 months ago 324
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
4.2.0
New Features
- Added crafting recipes for sake bottles and bottled drink items (Red Wine, White Wine, Burgundy, Champagne, Van Allen).
- Added placement functionality for bottled drink items.
- Bottled soy sauce and bottled mayonnaise are now compatible with Cuisine Board and Cooking Pot recipes.
- Added crafting recipes for Sauce Rack, Ingredient Rack, and Wine Shelf.
- Ported basket items from 1.20.1 (e.g. Basket of Apples, Basket of Carrots).
- Ported spell card from 1.20.1: Hell Sign "Star and Stripe" (currently only obtainable in Creative Mode).
Bug Fixes
- Fixed rendering errors and missing storage functionality for Sauce Rack, Ingredient Rack, and Wine Shelf.
- Fixed Drunk effect not causing screen shake/wobble.
- Fixed missing soy sauce/mayonnaise rendering on Cuisine Board.
- Fixed Cooking Pot incorrectly handling soy sauce/cream (item form input → soup base).
- Fixed incomplete usage mechanics for bottled drink items.
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:i65Qy03Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gjywHTJ3:i65Qy03Y"
}

