Tweak furnace times
This commit is contained in:
parent
0045d00a82
commit
97b00fbdc2
2 changed files with 8 additions and 69 deletions
|
@ -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"}},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue