Tags
Creators
Details
Licensed ARR
Published last month
Updated 5 hours ago
All versions
0.3.0+mc26-fabric
Release
Pantrywork 0.3.0+mc26-fabric3 weeks ago 596
Compatibility
Minecraft: Java Edition
26.2
26.1.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
0.3.0 - Aquaculture 2 and Brewin' & Chewin' support.
- Aquaculture 2: its 27 fish already use the official
c:foods/raw_fishdialect, so they now flow into the other mods' fish tags too - a Pam's, Ocean's Delight, or Farm & Charm recipe that wants fish will accept any Aquaculture catch, and its cooked fillet counts as a protein everywhere. - Brewin' & Chewin': its four ripe cheeses join the shared cheese pool (so they work in any mod's cheese recipe, and vice versa), its sixteen fermented drinks join
c:drinks, and its soups were already canonical. - Under the hood, the reverse-bridge generator now follows food that a mod files behind its own namespaced tags (like Brewin's), not just
c:tags - so future mods that do the same are handled automatically.
No changes for existing users; every cross-mod entry stays optional, so any subset of the supported mods (or none) works.
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:axqEPFC5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rNg1wypx:axqEPFC5"
}

