From 80c2d72e695e085140b735ac193324feb2198d86 Mon Sep 17 00:00:00 2001 From: Chorus System Date: Sat, 18 Nov 2023 18:45:03 -0500 Subject: [PATCH] Replace ethanol with biodiesel --- data/json/vehicleparts/combustion.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/data/json/vehicleparts/combustion.json b/data/json/vehicleparts/combustion.json index d949bd624798..ec0413a29685 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", "chem_methanol", "denat_alcohol" ], + "fuel_options": [ "gasoline", "avgas", "biodiesel" ], "//2": "TODO: remove when injectors are implemented", "m2c": 60, "//": "30% energy efficiency", @@ -49,10 +49,7 @@ "jp8", "motor_oil", "avgas", - "biodiesel", - "chem_ethanol", - "chem_methanol", - "denat_alcohol" + "biodiesel" ], "m2c": 60, "//": "25% energy efficiency",