mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +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",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:coal_lump",
|
||||
recipe = "group:tree",
|
||||
})
|
||||
|
||||
--
|
||||
-- Fuels
|
||||
--
|
||||
|
|
Loading…
Add table
Reference in a new issue