minecraft:jack_o_lantern

Jack o'Lantern

Minecraft · by Mojang Studios
block Axe MineableSword Efficient

Acquisition

Crafting using Carved Pumpkin and Torch, arranged in the pattern shown. Produces Jack o'Lantern.

Crafting
Jack o'Lantern guaranteed

Mining & drops

sourcecountchanceconditions
Jack o'Lantern1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:jack_o_lantern
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/sword_efficient

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "A",
    "B"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:carved_pumpkin"
    },
    "B": {
      "item": "minecraft:torch"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}