1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-12-22 15:00:18 +01:00

Fix Lava Bucket as Fuel

This commit is contained in:
sfan5 2012-07-20 08:26:05 +02:00
parent 274f280e10
commit 8c8b4b005e

View File

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