All versions
0.1
Release
¡More Stews And Breads! 0.12 months ago 6
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Initial release of MoreStewsAndBreads!
- Added new stews with unique effects and food properties.
- Added Sheep Stew with Regeneration.
- Added Pure Stew with improved hunger and saturation restoration.
- Added Winner Stew.
- Added Fire Stew with Fire Resistance.
- Added Iron Stew with Resistance.
- Added Golden Stew.
- Added Golden Beef.
- Added Iron Bread.
- Added Diamond Bread.
- Added the Calm effect.
- Added additional food items, stews, breads, and unique effects, etc.
- Added support for Vanilla and Sophisticated-style textures.
- Added new food and crafting content focused on expanding Minecraft's stews and breads.
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:iPVfXtdL:fMJRpwHt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iPVfXtdL:fMJRpwHt"
}

