Fix Lava Bucket as Fuel

This commit is contained in:
sfan5 2012-07-20 08:26:05 +02:00
parent 274f280e10
commit 8c8b4b005e
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,
})