Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 8 months ago
All versions
1.2
Beta
CobbleCuisine 1.2: The Cakes and Shakes Update (Beta)last year 517.2K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
CobbleCuisine 1.2 Changelog
Note: This is still in beta, so back up your worlds before installing.
- Added Cakes (inspired by Pokemon Legends Arceus) that allow for Egg Group-based spawning
- Added Shakes (inspired by the Juice Shoppe in Pokemon X/Y) which raise Pokemon EVs. Berries are sorted into three groups and six colours; mixing berries of different categories can get you more powerful Shakes. (Use JEI to see the tags)
- Added Jigglypuff Fruity Flan, Clodsire Eclair, Bulk-Up Bean Curry, Hustle Protein Smoothie (inspired by foods in Pokemon Sleep)
- The Flan and the Eclair allow for Tiny and Giant Spawns respectively.
- The Curry and the Smoothie boost Catch Rate and Exp Gain respectively, doubling both when active
- Added Dubious Food, that provides a Repel Effect
- Type Spawns no longer completely negate other spawns (EV Yield Spawns still do)
- Other minor tweaks to some recipes
- Added localization for Chinese and Italian languages (credits to Thirace and imMary for the help!)
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:dlx62Wp3:qCTnfPhI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dlx62Wp3:qCTnfPhI"
}



