From 0937c77458c7582b64b7a4a91c48721b38917976 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Wed, 11 Feb 2015 11:59:10 +0000 Subject: [PATCH] Fixed Ethanol burn time --- corn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}} })