Skip to content

Commit

Permalink
feat(content): Biodiesel Fuel for Gasoline Engines (#3716)
Browse files Browse the repository at this point in the history
* Added alcohol fuels to engine

Made gasoline and JP8 engines capable of using ethanol, methanol, and denatured alcohol as fuel.

* style(autofix.ci): automated formatting

* Replace ethanol with biodiesel

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
yay855 and autofix-ci[bot] authored Nov 19, 2023
1 parent 13714f6 commit 1de404e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/vehicleparts/combustion.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"copy-from": "engine_combustion",
"type": "vehicle_part",
"fuel_type": "gasoline",
"fuel_options": [ "gasoline", "avgas" ],
"fuel_options": [ "gasoline", "avgas", "biodiesel" ],
"//2": "TODO: remove when injectors are implemented",
"m2c": 60,
"//": "30% energy efficiency",
Expand Down

0 comments on commit 1de404e

Please sign in to comment.