Links
Tags
Creators
Details
1.1.1-1.20.1-forge
Compatibility
Required content
Changes
Recipe Overload Update: Patch 1
Summary: This update introduces new culinary delights like Chicken Salad and Toast with Blueberries, implements recipe improvements using tags for better mixing and matching, and adjusts the balance by making sandwiches cheaper and easier to craft.
✨ What's New:
- Added Chicken Salad.
- Added Toast with Blueberries (for Nutritious Feast).
- Added Toast with Cheese (for Casualness Delight).
🍞 Bread Balancing:
- All types of sandwiches can now be made with a Bread Slice.
- Increased the hunger and saturation of Bread Slice by 33%.
- Reduced the chance to obtain more bread slices from 50% to 15%.
- Reduced amount of bread slices when cutting bread from 3 slices to 2 slices.
- Reduced the saturation of Toast by 33%.
🧩 Compatibility:
- Recipes can now be made with ingredients from other mods.
- Meals with diced potatoes are now compatible with Casualness Delight.
🛠️ Other Changes:
- Improved textures for Bread Slice and all toasts.
- Increased the comfort effect duration for Carrot Soup.
- Increased the chance to obtain more diced potatoes from 10% to 15%.
- Reduced the glowing effect duration for Toast with Glow Berries from 10 seconds to 5 seconds.
- Improved translations for Ukrainian and Czech (thank you unroman!).
- Fixed a bug where bread and potatoes couldn't be cut with a knife on the cutting board (thank you AWAKEN-1 for reporting this bug!).
Your feedback is important to make improvements to this mod, submit your ideas on this form or report bugs on GitHub.
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:znHQQtuU:leWyQ5il"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:znHQQtuU:leWyQ5il"
}

