diff --git a/mods/mobs/item.lua b/mods/mobs/item.lua index 3aec16122..ec17b309a 100644 --- a/mods/mobs/item.lua +++ b/mods/mobs/item.lua @@ -197,3 +197,9 @@ minetest.register_craft({ cooktime = 10, }) +minetest.register_craft({ + type = "fuel", + recipe = "mobs:blaze_rod", + burntime = 120, +}) +