Nether Burger
16×16 · BAKED

item· Other

Nether Burger

My Nether's Delight · by SoyTutta
item

Nether Burger is an item from My Nether's Delight, crafted from Bread, Cooked Loin, Twisting Vines, Crimson Fungus, and Any of Warped Fungus / Crimson Fungus.

Acquisition

Developer reference
Registry name
mynethersdelight:nether_burger
Namespace
mynethersdelight
Mod ID
mynethersdelight

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:bread"
    },
    {
      "tag": "mynethersdelight:cooked_hoglin_loin"
    },
    {
      "item": "minecraft:twisting_vines"
    },
    {
      "item": "minecraft:crimson_fungus"
    },
    {
      "anyOf": [
        {
          "item": "minecraft:warped_fungus"
        },
        {
          "item": "minecraft:crimson_fungus"
        }
      ]
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}