Tags
Creators
Details
Licensed ARR
Published last month
Updated 5 hours ago
All versions
0.1.0
Release
Pantrywork 0.1.0last month 182
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
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:F9FSp4Rj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rNg1wypx:F9FSp4Rj"
}

