Tags
Creators
Details
Licensed ARR
Published 2 weeks ago
Updated 3 weeks ago
All versions
0.1.0
Release
Pantrywork 0.1.03 weeks ago 105
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
0.1.0 β Initial release. A shared tag vocabulary for food mods, for NeoForge and Fabric on Minecraft 1.21.1 (the Fabric jar is pure data β no code, no Fabric API requirement).
- Identity layer extending the official
c:foods/*convention, bridging Croptopia's and Pam's HarvestCraft 2's tag dialects into it.- Role layer:
pantrywork:food_component/{protein, starch, dairy, garnish, liquid_base, sweetener}as tags-of-tags over the identity layer.- Reverse bridges: 24 dialect tags gain other mods' equivalent items, so Croptopia's and Pam's own recipes accept foreign ingredients.
- Compat modules for Farmer's Delight, Croptopia, Pam's HC2 Food Core, Ocean's Delight, End's Delight, and Origins.
PantryworkTagKeysAPI class for downstream mods.- Every cross-mod entry is optional β any subset of the supported mods 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:sCFEz6LL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rNg1wypx:sCFEz6LL"
}

