Dumplings
farmersdelight:dumplings

Dumplings

Farmer's Delight · by vectorwing
item Snacks

Acquisition

Developer reference
Registry name
farmersdelight:dumplings
Namespace
farmersdelight
Mod ID
farmersdelight
Tags (1)
farmersdelight:items/snacks

Recipe JSON (1):

{
  "recipe_type": "farmersdelight:cooking",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:dough"
    },
    {
      "tag": "forge:crops/cabbage"
    },
    {
      "tag": "forge:crops/onion"
    },
    {
      "anyOf": [
        {
          "tag": "forge:raw_chicken"
        },
        {
          "tag": "forge:raw_pork"
        },
        {
          "tag": "forge:raw_beef"
        },
        {
          "item": "minecraft:brown_mushroom"
        }
      ]
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 200
}