Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
Updated last week
All versions
2.6.0
Release
Create: Central Kitchen 2.6.0 for Create 1.21.1-6.0.10last week 22.8K
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.6.0
This release requires Create 6.0.10, Create: Dragons Plus 1.11.4, and Farmer's Delight 1.3.2 or newer.
Added
- Added optional Cultural Delights integration. Mechanical Arms can serve Eggplant Parmesan Feasts, preserve their block state, and atomically refresh the final serving with a matching whole feast.
- Added optional Rustic Delight integration. Mechanical Arms support every pancake flavor, including its non-linear serving states, matching-flavor refills, and clean removal after the final serving.
- Added optional Festive Delight integration. Mechanical Arms serve Festive Chicken through all four registered stages and leave the final leftover block in place.
- Added optional Hearth and Harvest integration. Mechanical Arms and Packagers can load Casks recipe-by-recipe, split repeated ingredients across input slots, wait for normal fermentation, and extract only finished outputs.
- Added dedicated Ponder scenes, Arm Targets and High Logistics entries.
Fixed
- Native Create Filling and Emptying recipes now take priority over Brewin' and Chewin' Keg conversion fallbacks, including in JEI and after recipe reloads.
- Extra Delight recipe conversions no longer modify shared cached recipe results during fallback searches.
- Sawing recipes on Farmer's Delight Cutting Boards now use the intended processing duration.
- Cutting Board recipes no longer consume reusable tools that cannot take durability damage.
- Create boilers now respect removals from the
farmersdelight:heat_sourcestag. - Create Packagers can now unpack ingredients into Extra Delight Ovens.
- Blaze Burner chef rendering now falls back safely when optional baked model assets are unavailable.
Localization
- Added Ukrainian localization by @Ch1sho.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-central-kitchen-2.6.0-sources.jar | Unknown | 329.4 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:1mQSm4Yb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:btq68HMO:1mQSm4Yb"
}

