Use replacements in furnace and replace lava bucket with empty bucket when used as fuel

This commit is contained in:
hdastwb
2013-01-05 20:57:05 -05:00
committed by PilzAdam
parent 467e2029e2
commit 648a11263b
2 changed files with 7 additions and 8 deletions

View File

@ -100,4 +100,5 @@ minetest.register_craft({
type = "fuel",
recipe = "bucket:bucket_lava",
burntime = 60,
replacements = {{"bucket:bucket_lava", "bucket:bucket_empty"}},
})