{
    "name": "Powderkegs",
    "category": "tfc:mechanics",
    "icon": "tfc:powderkeg",
    "pages": [
        {
            "type": "patchouli:text",
            "text": "$(thing)Powderkegs$() are a device used to create explosions. They have an inventory of 12 slots, which may only contain $(thing)gunpowder$(). The strength of the explosion is proportional to the amount of gunpowder contained."
        },
        {
            "type": "patchouli:multiblock",
            "multiblock": {
                "pattern": [
                    [
                        "X"
                    ],
                    [
                        "0"
                    ]
                ],
                "mapping": {
                    "X": "tfc:powderkeg[sealed=true]"
                }
            },
            "name": "The Powderkeg",
            "text": "Similar to the $(l:mechanics/barrels)Barrel$(), the powderkeg is a device which can be sealed and unsealed with $(item)$(k:key.use)$(). Only sealed powderkegs may be ignited.",
            "enable_visualize": false
        },
        {
            "type": "patchouli:text",
            "text": "Explosions from powderkegs will cause other powderkegs to light and explode. All blocks broken in an explosion will drop items, but not necessarily at the same location of the block they were from."
        },
        {
            "type": "patchouli:crafting",
            "recipe": "tfc:crafting/powderkeg",
            "text": "Powderkegs can be made from adding $(l:mechanics/dye)Red Dye$() and string to the crafting shape of a barrel."
        },
        {
            "type": "patchouli:crafting",
            "recipe": "tfg:shapeless/gunpowder_tfc_style",
            "recipe2": "tfg:shapeless/gunpowder_graphite"
        },
        {
            "type": "patchouli:text",
            "text": "Gunpowder can be made in two ways: the first formulation is from $(l:the_world/ores_and_minerals#saltpeter)Saltpeter$(), $(l:the_world/ores_and_minerals#saltpeter)Sulfur$(), and $(l:mechanics/charcoal_pit)Charcoal$() powder. Powder is made using a $(l:mechanics/quern)Quern$(). If you have access to $(l:the_world/ores_and_minerals#graphite)Graphite$(), then a more productive recipe can be used."
        }
    ],
    "read_by_default": true
}