forked from minetest/minetest_game
Use replacements in furnace and replace lava bucket with empty bucket when used as fuel
This commit is contained in:
@ -100,4 +100,5 @@ minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "bucket:bucket_lava",
|
||||
burntime = 60,
|
||||
replacements = {{"bucket:bucket_lava", "bucket:bucket_empty"}},
|
||||
})
|
||||
|
Reference in New Issue
Block a user