All versions
1.1.0
Release
Cobblemon x Farmer's Delight Compat Tweaks 1.1.0last month 2,123
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Vegan Delight Compatibility
- Added optional Vegan Delight compatibility, requiring Vegan Delight 2.0.0-beta2 or newer when installed.
- Added Tofu Tail as a vegan replacement for Cobblemon’s Tasty Tail.
- Added Leather Substitute Scrap as a substitute for rabbit hide
- Added vegan-aware campfire pot output handling so Cobblemon campfire pot results preserve Vegan Delight’s vegan data.
- Added support for Better Campfire Pot’s upgraded pots preserving vegan data.
- Declared Moomoo Milk as non-vegan.
- Added Big Root and Energy Root as Vegan Delight meat substitutes:
- Added vegan ponigiri seasoning support:
Hearty Grains Rework Split Hearty Grains into:
- Hearty Panicle: harvested crop form, equivalent to rice panicles.
- Hearty Grains: de-husked cooking/planting form.
- Updated Hearty Grains crop drops: Normal harvest drops Hearty Panicles, knife harvest drops Hearty Grains plus Straw.
- Added cutting-board recipes:
- Updated Hearty Grain Bale recipes:
- Updated Tatami recipe:
- Added Cooked Hearty Grains.
- Changed cooked rice recipe behavior so Farmer’s Delight cooked rice uses actual Farmer’s Delight rice, not the broad rice crops tag.
- Added Cooked Hearty Grains as a substitute for cooked rice in selected feast-style recipes. Farmer’s Delight / Cobblemon Recipe Refinements
Broader Changes
- Added saccharine log/wood cutting-board recipes to produce tree bark and stripped variants.
- Fixed Better Campfire Pot selection/wireframe shapes.
Crop / Soil Compatibility
- Added mint planting support on Farmer’s Delight rich soil farmland.
- Added rich soil growth boost support for Cobblemon crops while preserving Cobblemon mulch behavior.
Mod Recipe Ports
- Added Mega Showdown compatibility
- Added Legendary Monuments compatibility
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:V8EsWoth:MDkiEtg1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V8EsWoth:MDkiEtg1"
}

