mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
Update mods/default/crafting.lua
Co-Authored-By: DS <vorunbekannt75@web.de>
This commit is contained in:
parent
d130b70a12
commit
ab92152ead
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
output = "default:torch 3",
|
||||
recipe = {
|
||||
{"default:hardwood_charcoal"},
|
||||
{"default:charcoal"},
|
||||
{"group:stick"},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue