1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 00:10:33 +02:00

fix unknow item default:coal

This commit is contained in:
crabman77 2016-03-26 13:02:47 +01:00
parent 3c6e7ddf66
commit 93a477413d

View File

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