Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 16 hours ago
All versions
2.3.6
Release
Quality Food 1.21.1 - 2.3.6last month 1,486
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- fix shift-click crafting when fast workbench is installed
- fix a crash when a dispenser interacts with a cutting board
- fix cooking pot (and furnace etc.) behaviour
- when cooking the bonus and lowest quality of ingredients is now stored in a queue (and retained in the block entity)
- (lowest quality is the base quality of the result item)
- when taking out items, entries are de-queued (based on the amount taken out)
- the bonus (calculated from the ingredients) is then applied to the result stacks
- this fixes the part where taking out items from a cooking pot would clear the bonus entirely, resulting in the stored-up stacks not getting any bonus
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:Ahdn1OE0:Z0Go9O9y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ahdn1OE0:Z0Go9O9y"
}

