added smelting coal from trees for all tree types
This commit is contained in:
parent
7f543dcd83
commit
f602cb022f
@ -587,6 +587,22 @@ minetest.register_craft(
|
||||
cooktime = 4,
|
||||
})
|
||||
|
||||
minetest.register_craft(
|
||||
{
|
||||
type = "cooking",
|
||||
output = "default:lump_coal",
|
||||
recipe = "default:tree_oak",
|
||||
cooktime = 5,
|
||||
})
|
||||
|
||||
minetest.register_craft(
|
||||
{
|
||||
type = "cooking",
|
||||
output = "default:lump_coal",
|
||||
recipe = "default:tree_birch",
|
||||
cooktime = 5,
|
||||
})
|
||||
|
||||
minetest.register_craft(
|
||||
{
|
||||
type = "cooking",
|
||||
|
Loading…
x
Reference in New Issue
Block a user