Flash Lens
botania:lens_light

Flash Lens

Botania · by Vazkii, wiiv, williewillus, dylan4ever, Hubry, Alwinfy, artemisSystem, Falkory220, Wormbo
item Lens

Function

Flash

Acquisition

Crafting using Fire Charge, Glowstone, Fire Charge, Glowstone, Mana Lens, Glowstone, Fire Charge, Glowstone and Fire Charge, arranged in the pattern shown. Produces Flash Lens.

Crafting
Flash Lens Flash Lens guaranteed

Crafting using Glowstone, Fire Charge, Glowstone, Fire Charge, Mana Lens, Fire Charge, Glowstone, Fire Charge and Glowstone, arranged in the pattern shown. Produces Flash Lens.

Crafting
Flash Lens Flash Lens guaranteed
Developer reference
Registry name
botania:lens_light
Namespace
botania
Mod ID
botania
Tags (1)
botania:items/lens

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "FGF",
    "GLG",
    "FGF"
  ],
  "ingredients": {
    "F": {
      "item": "minecraft:fire_charge"
    },
    "G": {
      "item": "minecraft:glowstone"
    },
    "L": {
      "item": "botania:lens_normal"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "GFG",
    "FLF",
    "GFG"
  ],
  "ingredients": {
    "F": {
      "item": "minecraft:fire_charge"
    },
    "G": {
      "item": "minecraft:glowstone"
    },
    "L": {
      "item": "botania:lens_normal"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}