Charcoal
minecraft:charcoal

Charcoal

Minecraft · by Mojang Studios
item Coals

Acquisition

Smelting using Clawed Log (200 ticks, 0.15 xp). Produces Charcoal.

Smelting

200 ticks· 0.15 xp

Charcoal Charcoal guaranteed

Crafting using Ash, Ash, Ash, Ash, Ash, Ash, Ash, Ash and Ash, arranged in the pattern shown. Produces Charcoal.

Crafting
Charcoal Charcoal guaranteed

Coke Oven using no listed ingredients. Produces Charcoal.

Coke Oven
Charcoal Charcoal guaranteed

Smelting using Any Logs That Burn (200 ticks, 0.15 xp). Produces Charcoal.

Smelting

200 ticks· 0.15 xp

Charcoal Charcoal guaranteed

Crafting using Any Charcoal Storage Block, in any arrangement. Produces 9× Charcoal.

Crafting ⇆ any arrangement
Charcoal Charcoal ×9 guaranteed

Mining & drops

sourcecountchanceconditions
Campfire1–1100%Survives Explosion

Used in (3)

Crafting using Gunpowder, Blaze Powder and Any of Coal / Charcoal, in any arrangement. Produces 3× Fire Charge.

Crafting ⇆ any arrangement
Gunpowder
Blaze Powder
Any of Coal / Charcoal
Fire Charge Fire Charge ×3 guaranteed

Crafting using Any of Coal / Charcoal, Stick and Any Soul Fire Base Blocks, arranged in the pattern shown. Produces 4× Soul Torch.

Crafting
Soul Torch Soul Torch ×4 guaranteed

Crafting using Any of Coal / Charcoal and Stick, arranged in the pattern shown. Produces 4× Torch.

Crafting
Any of Coal / Charcoal
Stick
Torch Torch ×4 guaranteed
Developer reference
Registry name
minecraft:charcoal
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:items/coals

Recipe JSON (5):

{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "mowziesmobs:clawed_log"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.15,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "BBB",
    "BBB",
    "BBB"
  ],
  "ingredients": {
    "B": {
      "item": "iceandfire:ash"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "immersiveengineering:coke_oven",
  "pattern": null,
  "ingredients": null,
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "minecraft:logs_that_burn"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.15,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "tag": "forge:storage_blocks/charcoal"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}