mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
Fix Lava Bucket as Fuel
This commit is contained in:
parent
274f280e10
commit
8c8b4b005e
1 changed files with 1 additions and 1 deletions
|
@ -90,6 +90,6 @@ bucket.register_liquid(
|
|||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "default:bucket_lava",
|
||||
recipe = "bucket:bucket_lava",
|
||||
burntime = 60,
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue