Campfire
minecraft:campfire

Campfire

Minecraft · by Mojang Studios
block CampfiresAxe Mineable

Acquisition

Crafting using Stick, Stick, Any Coals, Stick, Any Logs, Any Logs and Any Logs, arranged in the pattern shown. Produces Campfire.

Crafting
Campfire Campfire guaranteed

Mining & drops

sourcecountchanceconditions
Campfire1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Charcoal1–1100%Survives Explosion
Campfire1–1100%Drops itself with Silk Touch
Developer reference
Registry name
minecraft:campfire
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/campfires
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " S ",
    "SCS",
    "LLL"
  ],
  "ingredients": {
    "C": {
      "tag": "minecraft:coals"
    },
    "L": {
      "tag": "minecraft:logs"
    },
    "S": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}