Crafting using Stick, Stick, Any Coals, Stick, Any Logs, Any Logs and Any Logs, arranged in the pattern shown. Produces Campfire.
Campfire
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Campfire | 1–1 | 100% | Drops itself with Silk Touch |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Charcoal | 1–1 | 100% | Survives Explosion |
| Campfire | 1–1 | 100% | 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
}
