diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-07-26 17:49:47 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-07-26 17:49:47 +0100 |
commit | 268f66bd6ddf75197dfadb93f7dcda81c9b07456 (patch) | |
tree | cd590b614583c3fdef860e6bcc4e274918266850 /corn.lua | |
parent | 568b5a1641895b78e6f6d612fcc8af0ca89e9631 (diff) |
lowered ethanol burntime from 240 to 80
Diffstat (limited to 'corn.lua')
-rw-r--r-- | corn.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ minetest.register_craft( { minetest.register_craft({ type = "fuel", recipe = "farming:bottle_ethanol", - burntime = 240, + burntime = 80, --240, replacements = {{ "farming:bottle_ethanol", "vessels:glass_bottle"}} }) |