{
- if (recipe.craftable) {
- act('make', {
- recipe: recipe.ref,
- });
- }
- }}>
-
-
{recipe.name}
- {!!recipe.req_text &&
- recipe.req_text.split(', ').map((req, i) => (
-
- {req}
-
- ))}
- {!!recipe.catalyst_text && (
-
- Catalyst: {recipe.catalyst_text}
-
- )}
- {!!recipe.tool_text && (
-
- Tools: {recipe.tool_text}
-
- )}
-
- {recipe.craftable ? 'Craft' : 'Uncraftable'}
-
-