mirror of
https://github.com/HybridDog/nether-pack.git
synced 2024-12-25 18:20:23 +01:00
fix unknow item default:coal
This commit is contained in:
parent
501ce57e59
commit
0e9bdc48b2
@ -214,7 +214,7 @@ minetest.register_craft({
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:coal",
|
||||
output = "default:coal_lump",
|
||||
recipe = "nether:tree",
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user