Spicy Curry
16×16 · BAKED

item· Other

Spicy Curry

My Nether's Delight · by SoyTutta
item

Spicy Curry is an item from My Nether's Delight, crafted from Raw Chicken, Milk Bucket, Blaze Powder, Ghasmati, Corn, and Any of Pumpkin / Pumpkin Slice.

Acquisition

Developer reference
Registry name
mynethersdelight:spicy_curry
Namespace
mynethersdelight
Mod ID
mynethersdelight

Recipe JSON (1):

{
  "recipe_type": "farmersdelight:cooking",
  "pattern": null,
  "ingredients": [
    {
      "tag": "mynethersdelight:curry_meats"
    },
    {
      "tag": "forge:milk"
    },
    {
      "tag": "mynethersdelight:hot_spice"
    },
    {
      "tag": "forge:crops/rice"
    },
    {
      "tag": "forge:vegetables"
    },
    {
      "anyOf": [
        {
          "item": "minecraft:pumpkin"
        },
        {
          "item": "farmersdelight:pumpkin_slice"
        }
      ]
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 200
}