Make torch craftable again
This commit is contained in:
parent
565ab99a23
commit
34a7108020
3 changed files with 9 additions and 10 deletions
|
@ -46,14 +46,6 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_core:torch 4",
|
||||
recipe = {
|
||||
{ "group:coal" },
|
||||
{ "mcl_core:stick" },
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = 'shapeless',
|
||||
output = 'mcl_core:mossycobble',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue