diff --git a/nether/crafting.lua b/nether/crafting.lua index 78dfc35..e0cd34a 100644 --- a/nether/crafting.lua +++ b/nether/crafting.lua @@ -214,7 +214,7 @@ minetest.register_craft({ minetest.register_craft({ type = "cooking", - output = "default:coal", + output = "default:coal_lump", recipe = "nether:tree", })