mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-04-03 03:00:40 +02: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({
|
||||
type = "cooking",
|
||||
output = "default:coal",
|
||||
output = "default:coal_lump",
|
||||
recipe = "nether:tree",
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user