All versions
1.2.1-neoforge+mc1.21.1
Release
Kaleidoscope Cookery 1.2.1-neoforge+mc1.21.14 months ago 56.9K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Kaleidoscope Cookery v1.2.1 Changelog
New Features
- Added Ponder (Create mod) animation support, providing visual tutorials for various kitchen blocks (by @摸里傻)
Bug Fixes
- Fixed Tetra mod tools being placeable into woks and stockpots
- Fixed crash when placing oil with oil pot while Item Banning mod is installed
- Fixed error and lag during millstone rotation process
- Fixed millstone pulling angle getting progressively smaller
- Fixed cooking still being possible even when stove is not lit (incorrect heat source detection for woks and stockpots)
- Fixed steamer contents and item bar model unexpectedly changing in creative mode
- Fixed players falling into the block one level below (y-axis -1) when rejoining the game while sitting on a kitchen stool/chair
- Fixed multiple steamer-related bugs:
- Fixed steamer being incorrectly removed when right-clicking a full steamer block with an empty hand while there is a steamer above it
- Fixed only items from the upper 4 slots being retrievable when right-clicking a full steamer block with an empty hand while there is a steamer above it
Adjustments & Optimizations
- Added glass bottles to blacklist, allowing proper honey extraction
- Adjusted oil/grease fuel value to match coal
- Added Farmer's Delight rice to tags for rice bowl compatibility
- Optimized table models
- Removed the restriction that steamers can only access top-level items when uncovered; now steamers can conveniently access items regardless of their state
- Steamers can now be placed against other steamer blocks to automatically extend upward like scaffolding, instead of requiring precise placement on top of the steamer block
Localization
- Updated Traditional Chinese translation (by @NatsuCamellia)
- Updated LOLCAT language (by @LegitChunk)
- Updated Japanese localization (by @ink091411)
- Improved and corrected English translations (by @Jaoreir)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| kaleidoscope-cookery-1.2.1-neoforge+mc1.21.1-sources.jar | Source jar | 1.97 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:Vr2KvNGj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v17FatAc:Vr2KvNGj"
}

