mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 02:22:26 +01:00
Make lava buckets work as fuel in minimal game
This commit is contained in:
@ -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,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user