summaryrefslogtreecommitdiff
path: root/revert-22_feat-content-Biodiesel-Fuel-for-Gasoline-Engines-371.patch
blob: 9a0d32b0aea1774f3b96731fceabad64ee40979d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
From 1de404eef929a870584e71ea7cc8cf7c50a05963 Mon Sep 17 00:00:00 2001
From: Chorus System <ohinchy@gmail.com>
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