Crafting using Charcoal, Fire Stone and Charcoal, arranged in the pattern shown. Produces Charcoal Stick.
item· Other
Charcoal Stick
Cobblemon · by The Cobblemon Team
Charcoal Stick is a item from Cobblemon, crafted from Charcoal and Fire Stone.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Gameplay loot table: Prehistoric Birch Tree (cobblemon) cobblemon:prehistoric_birch_tree | 1–1 | 100% | — |
Gameplay loot table: Prehistoric Oak Tree (cobblemon) cobblemon:prehistoric_oak_tree | 1–1 | 100% | — |
Gameplay loot table: Prehistoric Spruce Tree (cobblemon) cobblemon:prehistoric_spruce_tree | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
cobblemon:charcoal_stick- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"C",
"S",
"C"
],
"ingredients": {
"C": {
"item": "minecraft:charcoal"
},
"S": {
"item": "cobblemon:fire_stone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}