I am trying to use the dry red currant mash in a barrel recipe, and it throws the error
Failed resolving crafting recipe ingredient with code game:pressedmash-redcurrant-dry in barrel recipe.
Full code of the recipe is
{
"code": "dye-red",
"sealHours": 8,
"ingredients": [
{ "type": "item", "code": "game:waterportion", "litres": 1 },
{ "type": "item", "code": "game:pressedmash-redcurrant-dry", "quantity": 1 }
],
"output": { "type": "item", "code": "game:dye-red", "litres": 1 }
}
Any idea what I missed this time? Worked perfectly fine when I was using the red currants, but I want another use for the dry mash.