Fix torch crafting
This commit is contained in:
parent
291eae2d12
commit
d9bf394b22
2 changed files with 9 additions and 1 deletions
|
@ -32,7 +32,13 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
|
||||
minetest.register_craft({
|
||||
output = "default:torch 4",
|
||||
recipe = {
|
||||
{ "group:coal" },
|
||||
{ "default:stick" },
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'default:mossycobble',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue