Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
All versions
1.20.1-1.1-BETA
Beta
Bread Making & Bananas 1.20.1-1.1-BETA3 years ago 209
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Added flour which creates a layered block when placed. Crafted with one wheat and a cobblestone
- Added dough which can be created in a cauldron using flour and water. Can be picked up with a bowl and placed with shift-right click
- Added mechanics for making dough. right clicking cauldron with flour will add flour, right clicking with water bottle will add water. Uses a grams measurement system, one flour item = 250 grams, one water bottle = 333 grams. Dough blocks grow yeast overtime.
- Added dynamic bread making. Bread with a high flour yield has more nutrition, while bread with high water yield has more saturation. Right clicking a cauldron that has enough dough with an axe gives raw bread, which can be smelted to make bread. One bread = 1000 grams of dough
- Banana Pickaxe has same functionality but is now called 'Banana on a Stick'
- Adjusted drop rates for bananas
BETA, SUBJECT TO CHANGE
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:r5x7lz75:ooj9lARp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r5x7lz75:ooj9lARp"
}

