Make lava buckets work as fuel in minimal game
authordarkrose <lisa@ltmnet.com>
Fri, 20 Jul 2012 16:41:14 +0000 (02:41 +1000)
committerPerttu Ahola <celeron55@gmail.com>
Fri, 20 Jul 2012 23:33:11 +0000 (02:33 +0300)
games/minimal/mods/bucket/init.lua

index 8ed9da5228de4387ab776db9bcda39db4a8d761f..6aa0921d5f8319cbd86f869e6a0e85fdc5afcbc3 100644 (file)
@@ -90,6 +90,6 @@ bucket.register_liquid(
 
 minetest.register_craft({
        type = "fuel",
-       recipe = "default:bucket_lava",
+       recipe = "bucket:bucket_lava",
        burntime = 60,
 })