Tags
Creators
Details
All versions
1.1.2
Release
Farmer's Delight: Meal Mastery 1.1.2last month 1,156
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
[1.1.2] - 2026-08-09
Added
- Campfires now count as cooking. Every other cooking block is recognised by its screen — furnace, smoker and crafting table all have one — and a campfire has none, so it was never treated as a workstation at all.
- Workstations are now a block tag,
mealmastery:workstations. Any mod or pack with a cooking block of its own is added by datapack, no code change needed. - Cooking for Blockheads works on install: its oven, cooking table and toaster are listed in the mod's own copy of that tag.
automation.unattendedWindowTicks(1200) andcompatibility.ignoreUnpackingRecipes(on by default).
Fixed
- Crafting a storage block back into the food it holds no longer pays out.
- Stamping a partly-cooked stack no longer routes through
Inventory#add.
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:up8htK5I:HxK8UVWR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:up8htK5I:HxK8UVWR"
}

