From 0e9bdc48b2e1c58f9d8d1c9cad8decbdb4c53521 Mon Sep 17 00:00:00 2001 From: crabman77 Date: Sat, 26 Mar 2016 13:02:47 +0100 Subject: [PATCH] fix unknow item default:coal --- nether/crafting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", })