From cc4c6c2242569c73d0382842d1e340c6e5c911eb Mon Sep 17 00:00:00 2001 From: sick-trigger Date: Sun, 22 Sep 2019 19:00:44 +1000 Subject: [PATCH] Allow fire to be used for crafting biodiesel --- data/json/recipes/chem/fuel.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/json/recipes/chem/fuel.json b/data/json/recipes/chem/fuel.json index 6ce4629bc3395..749fbfd117a59 100644 --- a/data/json/recipes/chem/fuel.json +++ b/data/json/recipes/chem/fuel.json @@ -55,8 +55,7 @@ "book_learn": [ [ "textbook_biodiesel", 5 ] ], "batch_time_factors": [ 99, 1 ], "qualities": [ { "id": "CHEM", "level": 2 } ], - "//": "this recipe could be done using fire, but at the moment fire requirement doesn't work properly for long time crafting", - "tools": [ [ [ "hotplate", 100 ], [ "toolset", 100 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ] ], "components": [ [ [ "water_clean", 4 ], [ "water", 4 ] ], [ [ "chem_ethanol", 100 ], [ "chem_methanol", 100 ], [ "denat_alcohol", 100 ] ],