
Pantrywork
The ore dictionary that food mods never got. Bridges ten food mods — Farmer's Delight, Croptopia, Pam's, the Let's Do series, Aquaculture and more — into one shared tag vocabulary, so any mod's cheese works in any other's recipe.
- Загрузки
- 1K
- Подписчики
- 11
- Обновлён
- 9 августа 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 20 июля 2026 г.
🍞 One cheese. Every recipe.
Farmer's Delight has cheese. Croptopia has cheese. Pam's has cheese. Meadow and Brewin' & Chewin' have cheese. None of them are the same cheese — they all tag their food, in four incompatible naming dialects that never reference each other. So the recipe that wants cheese takes exactly one of them, and your pack quietly runs parallel food economies that never touch.
Pantrywork fixes that. It is pure data: a tag layer that bridges those dialects into the official
NeoForge / Farmer's Delight c:foods/* convention, then adds a second layer describing what an
ingredient does. No blocks, no items, no gameplay changes. Just recipes that finally work.
NeoForge and Fabric, on Minecraft 1.21.1 through 1.21.11 and 26.x.
🏷️ Two layers
Identity — c:foods/*. Extends the built-in convention and translates the others into it.
Croptopia's plural dialect (c:cheeses), Pam's concatenated dialect (c:rawpork), and Farm &
Charm's underscored dialect (c:raw_pork) all resolve to canonical names (c:foods/cheese,
c:foods/raw_pork). Bridges run in both directions: 36 dialect tags also gain the other mods'
equivalent items, so those mods' own recipes start accepting foreign ingredients too — Meadow's
cheese recipes take Croptopia cheese, Pam's fish recipes take an Aquaculture catch.
Role — pantrywork:food_component/{protein, starch, dairy, garnish, liquid_base, sweetener}.
Tags-of-tags over the identity layer, describing function rather than identity. Author one recipe
against #pantrywork:food_component/protein and it accepts vanilla steak, Farmer's Delight bacon,
and anything a future mod tags — without you shipping an update.
🔌 Zero hard dependencies
Every cross-mod reference is required: false. Install Pantrywork with all the supported mods, one
of them, or none — it loads clean either way and simply bridges whatever it finds. There is no
"you must also install…" line, because there isn't one.
Server-side only — drop it on the server and every player benefits, no client install needed. Works in singleplayer too (your game runs an internal server; just install it normally).
Supported: Farmer's Delight (incl. Refabricated on Fabric) · Croptopia · Pam's HarvestCraft 2 Food Core · Ocean's Delight (full identity module) · End's Delight (parent joins) · [Let's Do] Vinery, Farm & Charm, Meadow · Aquaculture 2 · Brewin' & Chewin' · Origins (carnivore/vegetarian diet tags).
🧑🍳 For pack makers
Stop writing one recipe per food mod. Target a role tag and the recipe covers every mod your players have installed, plus the ones they install later.
🛠️ For mod authors
PantryworkTagKeys exposes every tag as a constant, so you can reference the taxonomy without
hardcoding strings or taking a dependency on the mods being bridged.
✅ Verified, not assumed
Every claim here was checked on a running server, not inferred. The supported mods are loaded
together and the bridges are exercised for real — Pam's own Grilled Cheese & Ham crafted from
Croptopia dairy and Farmer's Delight bacon; Croptopia's banana smoothie made with Farmer's Delight
Refabricated milk. The Fabric build is booted on 1.21.10, 1.21.11, 26.1.2 and 26.2; the NeoForge
build on 1.21.1. A separate run boots it with none of the supported mods installed, to prove it
stays silent in a pack that has none of them. Automated GameTests cover role tags, cross-mod
identity, reverse bridges, and recipe resolution through RecipeManager.
Ченджлог
0.3.0+mc26-fabricРелиз26.1.2, 26.2 · 9 августа 2026 г.
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.
0.3.0+mc1.21.x-fabricРелиз1.21.9, 1.21.10, 1.21.11 · 9 августа 2026 г.
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.
0.3.0+mc1.21.1Релиз1.21.1 · 9 августа 2026 г.
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.
0.2.0+mc26-fabricРелиз26.1.2, 26.2 · 9 августа 2026 г.
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.
0.2.0+mc1.21.x-fabricРелиз1.21.9, 1.21.10, 1.21.11 · 9 августа 2026 г.
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.
0.2.0+mc1.21.1Релиз1.21.1 · 9 августа 2026 г.
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.
0.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 20 июля 2026 г.
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.
0.1.0Релиз1.21.1 · 20 июля 2026 г.
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.
Комментарии
Загружаем…