Crafting using Gunpowder, Blaze Powder and Any of Coal / Charcoal, in any arrangement. Produces 3× Fire Charge.
Fire Charge
Minecraft · by Mojang Studios
Acquisition
Crafting using Fire Essence, Gunpowder and Coal, in any arrangement. Produces 3× Fire Charge.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Gameplay loot table: Piglin Bartering (minecraft) minecraft:piglin_bartering | 1–1 | 100% | — |
Loot table: Ruined Portal (minecraft) minecraft:ruined_portal | 1–1 | 100% | — |
Developer reference
- Registry name
minecraft:fire_charge- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:items/creeper_igniters
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:gunpowder"
},
{
"item": "minecraft:blaze_powder"
},
{
"anyOf": [
{
"item": "minecraft:coal"
},
{
"item": "minecraft:charcoal"
}
]
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "ars_nouveau:fire_essence"
},
{
"item": "minecraft:gunpowder"
},
{
"item": "minecraft:coal"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}