Skip to content

Commit

Permalink
Replace ethanol with biodiesel
Browse files Browse the repository at this point in the history
  • Loading branch information
yay855 committed Nov 18, 2023
1 parent 3a8f019 commit 80c2d72
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions 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", "chem_ethanol", "chem_methanol", "denat_alcohol" ],
"fuel_options": [ "gasoline", "avgas", "biodiesel" ],
"//2": "TODO: remove when injectors are implemented",
"m2c": 60,
"//": "30% energy efficiency",
Expand All @@ -49,10 +49,7 @@
"jp8",
"motor_oil",
"avgas",
"biodiesel",
"chem_ethanol",
"chem_methanol",
"denat_alcohol"
"biodiesel"
],
"m2c": 60,
"//": "25% energy efficiency",
Expand Down

0 comments on commit 80c2d72

Please sign in to comment.