Tweak furnace times

This commit is contained in:
Wuzzy 2017-01-04 11:38:21 +01:00
parent 0045d00a82
commit 97b00fbdc2
2 changed files with 8 additions and 69 deletions

View file

@ -147,6 +147,6 @@ bucket.register_liquid(
minetest.register_craft({
type = "fuel",
recipe = "bucket:bucket_lava",
burntime = 60,
burntime = 1000,
replacements = {{"bucket:bucket_lava", "bucket:bucket_empty"}},
})