mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Merge 8c8b4b005e
into b1dcbe72aa
This commit is contained in:
commit
39776b5da1
1 changed files with 1 additions and 1 deletions
|
@ -90,6 +90,6 @@ bucket.register_liquid(
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
recipe = "default:bucket_lava",
|
recipe = "bucket:bucket_lava",
|
||||||
burntime = 60,
|
burntime = 60,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue