All versions
1.1.0
Release
Delightful Fares 1.1.02 months ago 132
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Kettle overhaul
- Container slot in ui now shows a cup sprite when empty
- Appearance swap system reworked, now works for both block and item form
- New netherite variant which brews twice as fast and is fireproof like other netherite items
- Greatly expanded kettle's capabilities:
- Kettle can now drain fluids directly from world or other fluid tanks
- Kettle can now fill other fluid tanks with it's contents and be used to fill offhand containers with appropriate fluid. -Tooltips have been added that show which of these functions are currently available (based on kettle's contents)
- Updated kettle item model to support head item render (reference)
- Kettles now render a tray below them when placed above campfire
Optional dependencies
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:Eqa1BuMT:x0w0WRSU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Eqa1BuMT:x0w0WRSU"
}




