forked from mtcontrib/farming
Fixed Ethanol burn time
This commit is contained in:
parent
01c819b93c
commit
0937c77458
2
corn.lua
2
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"}}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user