Herring Roll
16×16 · BAKED

item· Other

Herring Roll

Spawn · by Ninni
item

Herring Roll is an item from Spawn, crafted from Herring Slice and Cooked Rice.

Acquisition

Crafting using Herring Slice, Herring Slice, Herring Slice and Cooked Rice, in any arrangement. Produces 2× Herring Roll.

Crafting ⇆ any arrangement conditional
Herring Slice
Herring Slice
Herring Slice
Cooked Rice
Herring Roll Herring Roll ×2 guaranteed
Developer reference
Registry name
spawn:herring_roll
Namespace
spawn
Mod ID
spawn

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "spawn:herring_slice"
    },
    {
      "item": "spawn:herring_slice"
    },
    {
      "item": "spawn:herring_slice"
    },
    {
      "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
}