Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
All versions
2.5.0
Release
Create: Central Kitchen 2.5.0 for Create 1.21.1-6.0.10last month 99.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Create: Central Kitchen 2.5.0
Farmer's Delight integration now requires Farmer's Delight 1.3.2 or newer.
Update
- Mechanical Arms can now add matching items to Farmer's Delight Cutting Boards in stacks.
- Mechanical Arms can now take servings from Farmer's Delight feasts and slices from pies, and can replace the last portion with a fresh one.
- Mechanical Arms can now take servings from Ends Delight Dragon Legs with Bowls (specify this since it's not standard implementation...really?).
- Mechanical Arms now supports My Nether's Delight Blazier.
- Mechanical Arms now supports Extra Delight Evaporator.
- Mechanical Arm support for Farmer's Delight stove-like blocks now should be widened.
- Added Ponder for serving feasts and pie slices.
Localization
- Added Bulgarian localization by @Boris Valkov.
- Added Italian localization by @Carmine Calabrese.
Fix
- Fixed Monster Pot Arm Interaction cannot work properly.
Remove
- Removed Kaleidoscope Cookery Compat since there are 2 mods
Kaleidoscope CompatandKaleidoscope Cookery: Automationproviding much more complete integration.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-central-kitchen-2.5.0-sources.jar | Unknown | 261.78 KiB |
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:btq68HMO:kmHFmmpV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:btq68HMO:kmHFmmpV"
}

