Ignite Focus
16×16 · BAKED

item· Other

Ignite Focus

Goety · by Polarice3
item Focuses

Ignite Focus is an item from Goety, crafted from Any Iron Ingot, Flint, and Empty Focus. Sets a target or block on fire on touch.

Function

Sets a target or block on fire on touch.

Acquisition

Crafting using Any Iron Ingot, Flint, Empty Focus, Flint and Any Iron Ingot, arranged in the pattern shown. Produces Ignite Focus.

Crafting
Any Iron Ingot
Flint
Empty Focus
Flint
Any Iron Ingot
Ignite Focus Ignite Focus guaranteed

Used in

Crafting using Any Blaze Rod, Dispenser, Any Gunpowder, Any Coal Storage Block, Ignite Focus, Any Coal Storage Block, Any Gunpowder, Dispenser and Any Blaze Rod, arranged in the pattern shown. Produces Fireball Focus.

Crafting
  • Inputs
  • 2 × Any Blaze Rod
  • 2 × Dispenser
  • 2 × Any Gunpowder
  • 2 × Any Coal Storage Block
  • Ignite Focus
  • Output
  • Fireball Focus
Fireball Focus Fireball Focus guaranteed
Developer reference
Registry name
goety:ignite_focus
Namespace
goety
Mod ID
goety
Tags (1)
goety:items/focuses

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s f",
    " e ",
    "f s"
  ],
  "ingredients": {
    "e": {
      "item": "goety:empty_focus"
    },
    "f": {
      "item": "minecraft:flint"
    },
    "s": {
      "tag": "forge:ingots/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}