From 93a477413d7f47b690137e65267ea5cbb4b2b351 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 --- mods/nether/nether/crafting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/nether/nether/crafting.lua b/mods/nether/nether/crafting.lua index 78dfc357..e0cd34ab 100755 --- a/mods/nether/nether/crafting.lua +++ b/mods/nether/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", })