Links
Tags
Creators
Details
1.1.2-1.20.1-forge
Compatibility
Required content
Changes
Recipe Overload Update: Patch 2
Summary: This update introduces bread requirements for most sandwiches and allows bread slices/toast to be used with Some Assembly Required.
🍞 Bread Balancing:
- What: Increased amount of bread slices when cutting bread from 2 slices to 4 slices, and removed the chance to get more bread slices when cutting bread.
- Why: This change was made to make crafting sandwiches more affordable for players. By getting more slices from each loaf, players won't need to use as many resources to make their favorite sandwiches.
🥪 Sandwiches:
- What: Sandwiches, like the Bacon Sandwich, Steak with Egg Sandwich, and Tomato Sandwich, can now be made with either a whole bread, two bread slices, or two toasts. Sandwiches that require more bread, like the Egg Sandwich, can only be made with a whole bread.
- Why: This change provides more flexibility when crafting simpler sandwiches while maintaining the recipe requirements for more complex ones.
🧩 Compatibility:
- Bread slices and toasts are now compatible with Some Assembly Required (thanks Digby for your suggestion!).
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:NUWrNtCs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:znHQQtuU:NUWrNtCs"
}

