Fuel Sources - OreCruncher/ThermalRecycling GitHub Wiki

Some of the output of the scrapping process can be used as fuel in a furnace or other machines that take furnace fuel, such as a Steam Dynamo. The table below outlines the fuel possibilities.

Icon Source Burn Time
Inferior Scrap 400
Standard Scrap 800
Superior Scrap 1600
Inferior Scrap Box 4000
Standard Scrap Box 8000
Superior Scrap Box 16000
Debris 200
Block of Scrap 2000
Paper Log 800

For comparison a piece of Coal has a burn time of 1600, and a Block of Coal has a burn time of 16000. If Advanced Generators 0.9.13.72+ in the modpack Thermal Recycling will automatically register Debris and Block of Scrap as carbon sources for Syngas production.

These settings can be adjusted using the configuration file:

"fuel settings" {
    # Number of ticks Debris will burn in a furnace [range: 0 ~ 2147483647, default: 200]
    I:"Debris Fuel Ticks"=200

    # Number of ticks a Paper Log will burn in a furnace [range: 0 ~ 2147483647, default: 800]
    I:"Paper Log Fuel Ticks"=800

    # Number of ticks Poor Scrap will burn in a furnace [range: 0 ~ 2147483647, default: 400]
    I:"Poor Scrap Fuel Ticks"=400

    # Number of ticks a Block of Scrap will burn in a furnace [range: 0 ~ 2147483647, default: 2000]
    I:"Scrap Block Fuel Ticks"=2000

    # Number of ticks a ScrapBox will burn in multiples of the base scrap type [range: 0 ~ 2147483647, default: 9]
    I:"Scrapbox Multiplier"=9

    # Number of ticks Standard Scrap will burn in a furnace [range: 0 ~ 2147483647, default: 800]
    I:"Standard Scrap Fuel Ticks"=800

    # Number of ticks Superior Scrap will burn in a furnace [range: 0 ~ 2147483647, default: 1600]
    I:"Superior Scrap Fuel Ticks"=1600
}
⚠️ **GitHub.com Fallback** ⚠️