Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
Updated 2 days ago
All versions
2.6.2
Release
Create: Central Kitchen 2.6.2 for Create 1.21.1-6.0.102 days ago 4,162
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.2
Requires Create 6.0.10 and Create: Dragons Plus 1.11.9 or newer. Farmer's Delight integration requires Farmer's Delight 1.3.2 or newer.
Added
- Packagers can now refill machines processing the same recipe with complete single-serving or multi-serving packages.
- Added batch unpacking for packages containing a whole number of servings of one recipe. Supported machines are Farmer's Delight Cooking Pots, Brewin' and Chewin' Kegs, Miner's Delight Copper Pots, Dungeon's Delight Monster Pots, Extra Delight Ovens and Chillers, and Hearth and Harvest Casks.
Changed
- Unpacking keeps repeated ingredients in separate recipe slots and preserves existing slots and item components when refilling. Mixed recipes and incomplete or unbalanced input inventories are not accepted.
- Capacity is checked for every input slot against both the slot limit and the item's actual stack limit, including component overrides. If any slot would overflow, the entire package is rejected without inserting items or using extra slots to bypass the limit.
- Recipe candidates are cached and refreshed after recipe or tag reloads. Machines retain their existing fuel, fluid, container, mold, and output handling; auxiliary supplies can be provided as processing continues.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-central-kitchen-2.6.2-sources.jar | Unknown | 337.84 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:whbguqT1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:btq68HMO:whbguqT1"
}

