promotional bannermobile promotional banner
premium banner
Add gunpowder recipe for create mod

Description

Tired of using potions to make gunpowder?
Now your worries are solved!

Put cinder flour, charcoal, flints, and a quarter bucket of water (250 mB)
into a heated mixer to produce one gunpowder.

Cinder flour acts as sulfur, charcoal acts as charcoal, and flint acts as potassium.

(Please note that this mod was made for my PvP server and may have balance issues.)

{
 "type": "create:mixing",
 "ingredients": [
    { "item": "create:cinder_flour" },
    { "item": "minecraft:charcoal" },
    { "item": "minecraft:flint" },
    { "fluid": "minecraft:water", "amount": 250 }
 ],
 "results": [
    { "item": "minecraft:gunpowder", "count": 1 }
 ],
 "heatRequirement": "heated",
 "processingTime": 400
}