diff --git a/mods/mobs/item.lua b/mods/mobs/item.lua index 3aec161228..ec17b309a2 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, +}) +