Incense Stick
botania:incense_stick

Incense Stick

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

Acquisition

Crafting using Ghast Tear, Blaze Powder and Livingwood Twig, arranged in the pattern shown. Produces Incense Stick.

Crafting
Ghast Tear
Blaze Powder
Livingwood Twig
Incense Stick Incense Stick guaranteed
Developer reference
Registry name
botania:incense_stick
Namespace
botania
Mod ID
botania

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "  G",
    " B ",
    "T  "
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:blaze_powder"
    },
    "G": {
      "item": "minecraft:ghast_tear"
    },
    "T": {
      "item": "botania:livingwood_twig"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}