Tuna Roll
16×16 · BAKED

item· Other

Tuna Roll

Spawn · by Ninni
item

Tuna Roll is an item from Spawn, crafted from Tuna Slice, Dried Kelp, and Cooked Rice.

Acquisition

Crafting using Tuna Slice, Dried Kelp and Cooked Rice, in any arrangement. Produces 3× Tuna Roll.

Crafting ⇆ any arrangement conditional
Tuna Slice
Dried Kelp
Cooked Rice
Tuna Roll Tuna Roll ×3 guaranteed
Developer reference
Registry name
spawn:tuna_roll
Namespace
spawn
Mod ID
spawn

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "spawn:tuna_slice"
    },
    {
      "item": "minecraft:dried_kelp"
    },
    {
      "item": "farmersdelight:cooked_rice"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "farmersdelight"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}