diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-02-11 11:59:10 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-02-11 11:59:10 +0000 |
commit | 0937c77458c7582b64b7a4a91c48721b38917976 (patch) | |
tree | 0ef96f500f65ed822ad0e5cc93327a7899921efb /corn.lua | |
parent | 01c819b93cc9292a81c9ecd659ddd6a93bef0c04 (diff) |
Fixed Ethanol burn time
Diffstat (limited to 'corn.lua')
-rw-r--r-- | corn.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ minetest.register_craft( { minetest.register_craft({ type = "fuel", recipe = "farming:bottle_ethanol", - burntime = 60, + burntime = 240, replacements = {{ "farming:bottle_ethanol", "vessels:glass_bottle"}} }) |