Skip to content
Snippets Groups Projects
Commit 80f35467 authored by darkrose's avatar darkrose Committed by Perttu Ahola
Browse files

Make lava buckets work as fuel in minimal game

parent 1b19020b
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,6 @@ bucket.register_liquid(
minetest.register_craft({
type = "fuel",
recipe = "default:bucket_lava",
recipe = "bucket:bucket_lava",
burntime = 60,
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment