This commit is contained in:
sfan5 2012-07-20 13:43:44 -07:00
commit 39776b5da1
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,
})