summaryrefslogtreecommitdiff
path: root/farming/corn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'farming/corn.lua')
-rw-r--r--farming/corn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/farming/corn.lua b/farming/corn.lua
index 402ec82..1149a00 100644
--- a/farming/corn.lua
+++ b/farming/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"}}
})