{
    "name": "火药桶",
    "category": "tfc:mechanics",
    "icon": "tfc:powderkeg",
    "pages": [
        {
            "type": "patchouli:text",
            "text": "$(thing)火药桶$()是用来爆破的装置。它有12个只能放$(thing)火药$()的物品槽。爆炸的强度和内部火药的数量成正比。"
        },
        {
            "type": "patchouli:multiblock",
            "multiblock": {
                "pattern": [
                    [
                        "X"
                    ],
                    [
                        "0"
                    ]
                ],
                "mapping": {
                    "X": "tfc:powderkeg[sealed=true]"
                }
            },
            "name": "火药桶",
            "text": "与$(l:mechanics/barrels)大桶$()类似，火药桶可以用$(item)$(k:key.use)$()键来密封和解除密封。只有密封的火药桶可以被点燃。",
            "enable_visualize": false
        },
        {
            "type": "patchouli:text",
            "text": "引爆火药桶会导致其他火药桶也被点燃和爆炸。被爆炸破坏的所有方块都会以物品形式掉落，但是可能被炸到远处。"
        },
        {
            "type": "patchouli:crafting",
            "recipe": "tfc:crafting/powderkeg",
            "text": "在制作大桶时使用$(l:mechanics/dye)红色染料$()和线，会得到火药桶。"
        },
        {
            "type": "patchouli:crafting",
            "recipe": "tfg:shapeless/gunpowder_tfc_style",
            "recipe2": "tfg:shapeless/gunpowder_graphite"
        },
        {
            "type": "patchouli:text",
            "text": "有两种方式可以制造火药：第一种配方是用$(l:the_world/ores_and_minerals#saltpeter)硝石$()、$(l:the_world/ores_and_minerals#saltpeter)硫磺$()、和$(l:mechanics/charcoal_pit)木炭$()粉混合而成。粉末是在$(l:mechanics/quern)手推磨$()磨制对应矿物而成的。如果你有$(l:the_world/ores_and_minerals#graphite)石墨$()，就可以使用第二钟更高效的合成配方。"
        }
    ],
    "read_by_default": true
}