mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-27 03:50:17 +02:00
fix unknow item default:coal
This commit is contained in:
@ -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",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user