Crafting using Bread, Cooked Tuna Chunk, Cabbage Leaf and Cabbage Leaf, in any arrangement. Produces Tuna Sandwich.
- Inputs
- Bread
- Cooked Tuna Chunk
- 2 × Cabbage Leaf
- Output
- → Tuna Sandwich
item· Other
Tuna Sandwich is an item from Spawn, crafted from Bread, Cooked Tuna Chunk, and Cabbage Leaf.
Crafting using Bread, Cooked Tuna Chunk, Cabbage Leaf and Cabbage Leaf, in any arrangement. Produces Tuna Sandwich.
Crafting using Bread and Cooked Tuna Chunk, in any arrangement. Produces Tuna Sandwich.
spawn:tuna_sandwichspawnspawnRecipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:bread"
},
{
"item": "spawn:cooked_tuna_chunk"
},
{
"item": "farmersdelight:cabbage_leaf"
},
{
"item": "farmersdelight:cabbage_leaf"
}
],
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:bread"
},
{
"item": "spawn:cooked_tuna_chunk"
}
],
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "farmersdelight"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}