lowered ethanol burntime from 240 to 80

This commit is contained in:
TenPlus1 2017-07-26 17:49:47 +01:00
parent 568b5a1641
commit 268f66bd6d
1 changed files with 1 additions and 1 deletions

View File

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