From 1de404eef929a870584e71ea7cc8cf7c50a05963 Mon Sep 17 00:00:00 2001 From: Chorus System Date: Sat, 18 Nov 2023 19:06:26 -0500 Subject: [PATCH 139/318] feat(content): Biodiesel Fuel for Gasoline Engines (#3716) * 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> --- data/json/vehicleparts/combustion.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/vehicleparts/combustion.json b/data/json/vehicleparts/combustion.json index 2ecedc733b5..8d2d492f47c 100644 --- a/data/json/vehicleparts/combustion.json +++ b/data/json/vehicleparts/combustion.json @@ -31,7 +31,7 @@ "copy-from": "engine_combustion", "type": "vehicle_part", "fuel_type": "gasoline", - "fuel_options": [ "gasoline", "avgas", "chem_ethanol" ], + "fuel_options": [ "gasoline", "avgas", "biodiesel" ], "//2": "TODO: remove when injectors are implemented", "m2c": 60, "//": "30% energy efficiency", -- 2.42.0