Fixed Ethanol burn time

This commit is contained in:
tenplus1 2015-02-11 11:59:10 +00:00
parent 01c819b93c
commit 0937c77458
1 changed files with 1 additions and 1 deletions

View File

@ -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"}}
})