mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
allows you to make coal with trees
This commit is contained in:
parent
2817db19d4
commit
293f6c588b
1 changed files with 6 additions and 0 deletions
|
@ -545,6 +545,12 @@ minetest.register_craft({
|
||||||
recipe = "default:clay_lump",
|
recipe = "default:clay_lump",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "cooking",
|
||||||
|
output = "default:coal_lump",
|
||||||
|
recipe = "group:tree",
|
||||||
|
})
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Fuels
|
-- Fuels
|
||||||
--
|
--
|
||||||
|
|
Loading…
Add table
Reference in a new issue