Tags
Creators
Details
v1.3.10
Compatibility
Changes
NOTE: Going forward, data-resource-pack files will no longer be provided. It's just too much work to maintain them, especially now with overlays. You can find the resource pack attached to this version on whatever site you've downloaded it from!
- Added support for 26.2 and 1.21.11
- Added increased sweeping damage ratio to scythes
- Updated Myriad compatibility
- Added a new advancement for collecting all 9 secret recipes
- Improved interaction performance for custom blocks and crops
- Added the ability to disable beer and ginger beer to the admin panel
- Fixed an issue where remixing a recipe with 3 or more ingredients would work even when the player only has 2 of a required ingredient in their inventory
- Fixed an issue where players could insert non-food custom items from other datapacks into the picnic basket
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CropAndKettle-v1.3.10-Resource-Pack.zip | Required resource pack | 9.9 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:EdmrCkv2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hd2YH2vf:EdmrCkv2"
}

