Tags
Creators
Details
All versions
v1.3.11
Release
Crop & Kettle v1.3.11 - Spring Oddities3 weeks ago 2,999
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.11
Platform
Data Pack
Changes
- Added new plated food models
- Butcher villagers are now guaranteed to trade at least one secret recipe at level 1
- Scythes now work on sweet berry bushes
- Faucets can now be used 2 blocks above a cauldron or pail
- Scarecrows can now be placed at more rotations
- Finally added a recipe for the treat basket
- Updated translations
- Addons can now control what font a stamp uses in cookbook page register functions
- Integrated packsquash into the release pipeline, decreasing the resource pack size by about a third
- Fixed an issue where villager trades for Crop & Kettle crops would not benefit from reputation
- Fixed an issue where Sourdough Boy's arms would flicker on 26.2+
- Fixed an issue where butcher villagers could spawn without any trades
- Fixed an issue where some custom items from other datapacks could be inserted into picnic baskets
- Fixed an issue where the mixing bowl animation would occasionally appear to stutter
- Fixed an issue where some internal build files were included in the datapack zip
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CropAndKettle-v1.3.11-Resource-Pack.zip | Required resource pack | 7.37 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:hd2YH2vf:JPaO1UNv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hd2YH2vf:JPaO1UNv"
}

