summaryrefslogtreecommitdiff
path: root/corn.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-07-26 17:49:47 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-07-26 17:49:47 +0100
commit268f66bd6ddf75197dfadb93f7dcda81c9b07456 (patch)
treecd590b614583c3fdef860e6bcc4e274918266850 /corn.lua
parent568b5a1641895b78e6f6d612fcc8af0ca89e9631 (diff)
lowered ethanol burntime from 240 to 80
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 402ec82..1149a00 100644
--- a/corn.lua
+++ b/corn.lua
@@ -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"}}
})