Merge pull request #3 from sfan5/master

Fix Lava Bucket in Furnace
This commit is contained in:
celeron55 2012-07-20 13:44:01 -07:00
commit a9da19c590
1 changed files with 1 additions and 1 deletions

View File

@ -90,6 +90,6 @@ bucket.register_liquid(
minetest.register_craft({
type = "fuel",
recipe = "default:bucket_lava",
recipe = "bucket:bucket_lava",
burntime = 60,
})