Skip to content
Snippets Groups Projects
Commit a9da19c5 authored by celeron55's avatar celeron55
Browse files

Merge pull request #3 from sfan5/master

Fix Lava Bucket in Furnace
parents b1dcbe72 8c8b4b00
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.
Please register or to comment