fix unknow item default:coal

This commit is contained in:
crabman77 2016-03-26 13:02:47 +01:00 committed by HybridDog
parent 501ce57e59
commit 0e9bdc48b2
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ minetest.register_craft({
minetest.register_craft({
type = "cooking",
output = "default:coal",
output = "default:coal_lump",
recipe = "nether:tree",
})