Make torch craftable again

This commit is contained in:
Wuzzy 2017-02-07 06:07:13 +01:00
parent 565ab99a23
commit 34a7108020
3 changed files with 9 additions and 10 deletions

View file

@ -103,4 +103,11 @@ minetest.register_lbm({
end
})
minetest.register_craft({
output = "torches:torch 4",
recipe = {
{ "group:coal" },
{ "mcl_core:stick" },
}
})