added crafting for torch
This commit is contained in:
parent
dc2ade6016
commit
7d65cb898a
@ -54,3 +54,12 @@ minetest.register_abm({
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "torch:torch",
|
||||
recipe = {
|
||||
{"", "default:coal_lump", ""},
|
||||
{"", "default:string_strong", ""},
|
||||
{"", "default:log_3", ""},
|
||||
}
|
||||
})
|
||||
|
@ -54,3 +54,12 @@ minetest.register_abm({
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "torch:torch",
|
||||
recipe = {
|
||||
{"", "default:coal_lump", ""},
|
||||
{"", "default:string_strong", ""},
|
||||
{"", "default:log_3", ""},
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user