forked from mtcontrib/farming
lowered ethanol burntime from 240 to 80
This commit is contained in:
parent
568b5a1641
commit
268f66bd6d
2
corn.lua
2
corn.lua
@ -59,7 +59,7 @@ minetest.register_craft( {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
recipe = "farming:bottle_ethanol",
|
recipe = "farming:bottle_ethanol",
|
||||||
burntime = 240,
|
burntime = 80, --240,
|
||||||
replacements = {{ "farming:bottle_ethanol", "vessels:glass_bottle"}}
|
replacements = {{ "farming:bottle_ethanol", "vessels:glass_bottle"}}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user