Tags
Creators
Details
All versions
1.1.2-forge+mc1.20.1
Release
Kaleidoscope Cookery 1.1.2-forge+mc1.20.18 months ago 306.9K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Updated compatibility with new KJS version (1.21.1)
- Adjusted steamer texture
- Added sliced meat and donkey meat to the protein food list for balanced diet
- Added dough to all three naming variations of raw dough tags
- Fixed issue where stuffed pasta recipes didn't recognize sliced meat
- Farmer's Delight farmland can now plant rice (implemented through
#kaleidoscope_cookery:rice_plantabletag, expandable) - Fixed issue where unsliced meat didn't drop when cutting board was destroyed
- Fixed millstone achievement issue, now detects the owner of the grinding creature instead of riding status
- Added sound effects for oil jar oil insertion and removal
- Fixed bug where sickle didn't break blocks in creative mode
- Fixed bug where dough/stuffed pasta steamer recipes produced items that could be instantly steamed
- Fixed automation input/output issues with oil jar
- Fixed rice interaction with FTB Chain modpack
- Fixed desktop lighting rendering error issue
- Fixed ambient occlusion disable issue for some models
- Fixed sickle collection issues with nether wart and melon vines
- Added recipe for cutting dough into noodles
- Fixed issue where rice would be damaged by bee pollen
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| kaleidoscopecookery-1.1.2-forge+mc1.20.1-sources.jar | Unknown | 1.8 MiB |
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:v17FatAc:Tudd4EPS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v17FatAc:Tudd4EPS"
}

