Tags
Creators
Details
0.2.0+mc26-fabric
Compatibility
Changes
0.2.0 - Let's Do series support, Minecraft 26.x, and a wider Fabric range.
Let's Do compat (new): Vinery, Farm & Charm, and Meadow.
- Meadow: its cheese and salt recipes now accept Croptopia's, Pam's, and Farmer's Delight's equivalents; its cheeses and buffalo meat feed the role tags.
- Farm & Charm: introduced a third meat dialect (flat-underscored
c:raw_porkvs Pam'sc:rawpork) - every canonical meat tag now bridges all three, in both directions. - Vinery: ships no common tags at all, so it gets a per-item module - grapes and cherries into
c:foods/fruit, its juices and cider intoc:drinks.
Minecraft 26.x (new): a Fabric build for 26.x, verified live on 26.1.2 (Farmer's Delight Refabricated + Croptopia 4.3.1, including a cross-mod craft) and on 26.2 (FD Refabricated).
Fabric 1.21.x now covers 1.21.1 through 1.21.11, verified live on 1.21.10 and 1.21.11.
Fix: seeds no longer cross bridges. Croptopia files its seeds inside its produce tags; without this a seed could have satisfied another mod's food recipe.
NeoForge stays on 1.21.1 - Farmer's Delight, Pam's HarvestCraft 2, and Croptopia's NeoForge builds have nothing newer to bridge yet.
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:rNg1wypx:rVffMsvB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rNg1wypx:rVffMsvB"
}

