Use replacements in furnace and replace lava bucket with empty bucket when used as fuel
This commit is contained in:
parent
467e2029e2
commit
648a11263b
2 changed files with 7 additions and 8 deletions
|
@ -100,4 +100,5 @@ minetest.register_craft({
|
|||
type = "fuel",
|
||||
recipe = "bucket:bucket_lava",
|
||||
burntime = 60,
|
||||
replacements = {{"bucket:bucket_lava", "bucket:bucket_empty"}},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue