forked from Mirrorlandia_minetest/minetest
Make lava buckets work as fuel in minimal game
This commit is contained in:
parent
1b19020bf4
commit
80f35467d8
@ -90,6 +90,6 @@ bucket.register_liquid(
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "default:bucket_lava",
|
||||
recipe = "bucket:bucket_lava",
|
||||
burntime = 60,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user