All versions
4.2.13
Release
Youkai's Homecoming-unofficial-port 4.2.132 days ago 374
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
4.2.13
New Features
- Ported the full 1.20.1 kettle interaction: 1000 mB fluid tank + heat counter, no GUI. Empty-hand left click packs the kettle (items/fluid/heat) into an item; shift + right click dumps items; right click toggles handle/tray support; water bucket/bottle fills the tank; drink items go into recipe slots; other fluid containers route through
FluidItemTile. - Added 11 hand-written kettle recipe JSONs (BLACK/GREEN/WHITE/OOLONG_TEA, CORNFLOWER_TEA, GREEN_WATER, TEA_MOCHA, SAIDI_TEA, SAKURA_HONEY_TEA, GENMAI_TEA, SCARLET_TEA).
- Kettle hover tooltip shows
Heating: X%/Brewing: X%. - JEI kettle category now shows the tea bottle item as the output instead of a raw fluid.
- Restored the boil sound and bubble/steam particles that heated kettles emit.
Bug Fixes
- Fixed client crash when REI is installed and any kettle/moka GUI is open.
BasePotMenuno longer extendsRecipeBookMenu, so REI'sDefaultRecipeBookExclusionZonesstops probing an unregisteredRecipeBookTypeand no longer NPEs during render. The recipe-book side of the pot GUI was unused anyway (JEI/REI/EMI replace it).
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:aHhiffGh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gjywHTJ3:aHhiffGh"
}

