fix unknow item default:coal

master
crabman77 2016-03-26 13:02:47 +01:00
parent 513e275286
commit c536a42a2e
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",
})