{
    "neoforge:conditions": [
        {
            "type": "neoforge:and",
            "values": [
                {
                    "type": "neoforge:mod_loaded",
                    "modid": "pneumaticcraft"
                },
                {
                    "type": "neoforge:mod_loaded",
                    "modid": "industrialforegoing"
                }
            ]
        }
    ],
    "type": "ftbstuff:fusing_machine",
    "energy": {
        "fe_per_tick": 50,
        "ticks_to_process": 40
    },
    "inputs": [
        {
            "item": "industrialforegoing:plastic"
        }
    ],
    "result": {
        "id": "pneumaticcraft:plastic",
        "amount": 1000
    }
}