summaryrefslogtreecommitdiff
path: root/corn.lua
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2015-02-11 11:59:10 +0000
committertenplus1 <kinsellaja@yahoo.com>2015-02-11 11:59:10 +0000
commit0937c77458c7582b64b7a4a91c48721b38917976 (patch)
tree0ef96f500f65ed822ad0e5cc93327a7899921efb /corn.lua
parent01c819b93cc9292a81c9ecd659ddd6a93bef0c04 (diff)
Fixed Ethanol burn time
Diffstat (limited to 'corn.lua')
-rw-r--r--corn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/corn.lua b/corn.lua
index 9232518..e29c578 100644
--- a/corn.lua
+++ b/corn.lua
@@ -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"}}
})