mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 15:58:26 +01:00
fix unknow item default:coal
This commit is contained in:
parent
3c6e7ddf66
commit
93a477413d
@ -214,7 +214,7 @@ minetest.register_craft({
|
|||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "default:coal",
|
output = "default:coal_lump",
|
||||||
recipe = "nether:tree",
|
recipe = "nether:tree",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user