mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -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({
|
minetest.register_craft({
|
||||||
output = "default:torch 3",
|
output = "default:torch 3",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:hardwood_charcoal"},
|
{"default:charcoal"},
|
||||||
{"group:stick"},
|
{"group:stick"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue