Tags
Creators
Details
1.5.0-neoforge+mc1.21.1
Compatibility
Changes
Kaleidoscope: Cookery 1.5.0 Changelog
Bug Fixes
-
Fixed a compatibility issue between the Millstone and Create chutes.
-
Added the
forge:tools/knivestag to kitchen knives. They can now also cause Oil to drop when butchering mobs from Butcher's Delight. -
Fixed a bug in KubeJS where
carriercould not be empty. -
Removed the Legacy resource pack to resolve potential missing-texture issues.
New Content
-
Scarecrow changes
- The Scarecrow's off hand can no longer hold lanterns. Instead, either hand can now hold any tool.
-
Teapot
- Display changes
- Teapot information is now displayed on the player's HUD instead of above the Teapot block.
- The display now shows the Teapot's state, fluid, brewed tea, and other information at the same time.
- Automation improvements
- A pointed dripstone with water or lava above it can now fill an empty Teapot below with the corresponding fluid.
- Teapot blocks can now be placed directly by dispensers.
- Teapots can now be broken directly by pistons.
- Items can now be inserted into Teapots through hoppers.
- Teapot input changes
- Teapots can now accept any single item.
- If no matching tea recipe is found, the Teapot will brew Mystery Tea.
- Adjusted the Teapot's JEI recipe display.
- Fixed a minor issue with the handle on the Teapot model.
- Milk buckets can now be used to add milk to Teapots.
- Display changes
-
Tea Seeds
- Breaking grass while wearing a Straw Hat can now drop Tea Seeds.
- Tea Seeds can be pressed for Oil, composted, and used to attract or feed chickens (1.21.1 only).
- Tea Seeds can be planted by using them directly on dirt blocks.
-
Tea Plants
- Tea Plants have six growth stages. Right-click a mature plant to harvest Fresh Tea Leaves.
- Planting Tea Plants in alternating rows increases their growth speed by 25%.
- Tea Plants can also be harvested with a Sickle.
-
Tea Leaves
- Harvested Fresh Tea Leaves can be processed in a Wok, dried on a Bamboo Tray, or roasted over a campfire or in a furnace.
-
Bamboo Tray
- Bamboo Trays can dry or wet items placed on them.
- Bamboo Trays connect vertically in a special way when placed.
- Colorless glass blocks or glass panes can be placed above a Bamboo Tray while it is drying items.
- A Bamboo Tray must have an unobstructed view of the sky for rain to wet its contents.
- Automation support
- Bamboo Trays can be broken by pistons.
- Bamboo Trays support hopper input and output.
- Bamboo Trays can be placed directly by dispensers.
-
Tea Bags
- Tea Bags now require Dried Tea Leaves to craft, and the corresponding tea is brewed using a Tea Bag.
-
Teacups
- Empty Teacups can now be placed directly without sneaking.
- Tea can still be picked up by right-clicking a Teacup while holding an item.
-
New food and drinks
- Tea Egg: brewed using exactly one Tea Leaf and one egg.
- Clay Pot Milk Tea: can be placed as a block and removes all negative effects when consumed.
- Butter Tea: grants Projectile Dodge for 45 seconds.
-
Eight Immortals Table and Long Bench
- The Eight Immortals Table is a 2x2 multiblock structure that forms when placed. Items cannot be stored on top of it.
- Long Benches connect and extend when placed in the same direction.
-
Tea Banner
- Tea Banners can be placed both horizontally and vertically.
- Tea Banners can be colored with dyes.
- Right-click a Tea Banner with a vanilla banner pattern item to change its pattern.
-
Red Lantern
- A decorative block with a light level of 14.
-
Added compatibility with Every Compat.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| kaleidoscope-cookery-1.5.0-neoforge+mc1.21.1-sources.jar | Sources jar | 2.73 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:v62omIkI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v17FatAc:v62omIkI"
}

