Tags
Creators
Details
1.21.1-2.0.2
Compatibility
Required content
Changes
✨ Improved and fixed the calculation of pizza nourishment values
✨ Added particles during the milk fermentation process
✨ Tweaked sounds for blocks such as eating pizza and eating cheese
✨ Using a dispenser with a Pizza Peel on a Pizza Block will try to pick up the pizza
✨ Using a dispenser with a Knife on a Pizza Block will try to cut a slice of pizza
✨ Using a dispenser with a milk bucket on a Basin will try to fill it with milk
✨ Using a dispenser with a fermentable item on a Basin will try to start the fermenting process
✨ Cheese can be extracted from a Basin with a hopper
✨ Basin provides a strong redstone signal when cheese is ready
✨ Raw Pizza can be picked up with a Pizza Peel after manually adding ingredients
🔧 Pizza Block no longer provides a redstone signal
🐛 Fixed Advancements
🐛 Fixed hunger values not appearing correctly on pizza slices with AppleSkin
🐛 Fixed crash when putting food with a bowl in the pizza
🐛 Fixed crash with Spice of Life: Carrot Edition
🐛 Fixed bug that allowed making pizza with empty container items like glass bottles or bowls
🐛 Fixed duplication issue in the Pizza Station Block
🐛 Fixed duplication of sauces when breaking raw pizza
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:6VTyLLiG:mwfioMaE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6VTyLLiG:mwfioMaE"
}

