mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Merge 293f6c588b
into 0823f16acb
This commit is contained in:
commit
2ba1e0ba27
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