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

Jack o'Lantern
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Jack o'Lantern | 1–1 | 100% | 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
}
