Skip to content

Commit

Permalink
Allow fire to be used for crafting biodiesel
Browse files Browse the repository at this point in the history
  • Loading branch information
sick-trigger committed Sep 22, 2019
1 parent 85fb909 commit cc4c6c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/json/recipes/chem/fuel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ],
Expand Down

0 comments on commit cc4c6c2

Please sign in to comment.