Difference between revisions of "Gas turbine"

From Electrical Age
Jump to: navigation, search
(halfway save)
(accepted fuels)
Line 11: Line 11:
 
== Accepted Fuels ==
 
== Accepted Fuels ==
  
== Gasoline-equivalents ==
+
=== Gasoline-equivalents ===
  
 
Light oils, the type which can reasonably be burned by internal combustion engines or gas turbines.
 
Light oils, the type which can reasonably be burned by internal combustion engines or gas turbines.
Line 19: Line 19:
 
* '''fuel''' (Buildcraft)
 
* '''fuel''' (Buildcraft)
 
* '''rc ethanol''' (Rotarycraft)
 
* '''rc ethanol''' (Rotarycraft)
 +
* '''biofuel''' (Minefactory reloaded)
 +
* '''bioethanol''' (Forestry)
 +
* '''kerosene''' (Pneumaticcraft)
 +
* '''lpg''' (Pneumaticcraft)
 +
* '''fuelgc''' (Galacticcraft)
 +
* '''lightoil''' Magneticraft
  
 +
=== Burnable gases ===
  
        "syngas", // Advanced Generators
+
Gas turbine is still happy, fuel generator is not.
        "fuel", // Buildcraft
 
        "rc ethanol", // RotaryCraft
 
        "biofuel", // Minefactory Reloaded
 
        "bioethanol", // Forestry
 
        "kerosene", // PneumaticCraft
 
        "lpg", // PneumaticCraft
 
        "fuelgc", // GalactiCraft
 
        "lightoil"  // Magneticraft
 
  
 
+
* '''naturalgas''' (Magneticraft)
/**
 
* Burnable gases. Gas turbine is still happy, fuel generator is not.
 
*/
 
val gasList = arrayOf(
 
        "naturalgas"  // Magneticraft
 
)
 
 
 
fun fluidListToFluids(fluidNames: Array<String>) =
 
    fluidNames.map { FluidRegistry.getFluid(it) }.filterNotNull().toTypedArray()
 

Revision as of 01:52, 2 November 2016

Gas turbine
Block type: Single
Powered by: diverse liquid fuels
Requirements for operation: None
Stackable: Yes (64)



Accepted Fuels

Gasoline-equivalents

Light oils, the type which can reasonably be burned by internal combustion engines or gas turbines. The ones on this list are all pretty close to each other in energy content.

  • Syngas (Advanced Generators)
  • fuel (Buildcraft)
  • rc ethanol (Rotarycraft)
  • biofuel (Minefactory reloaded)
  • bioethanol (Forestry)
  • kerosene (Pneumaticcraft)
  • lpg (Pneumaticcraft)
  • fuelgc (Galacticcraft)
  • lightoil Magneticraft

Burnable gases

Gas turbine is still happy, fuel generator is not.

  • naturalgas (Magneticraft)