Update many crafting recipes

This commit is contained in:
Wuzzy 2017-01-05 04:39:36 +01:00
parent 2fa7ce2a16
commit f1dfeca751
12 changed files with 47 additions and 56 deletions

View file

@ -7,15 +7,8 @@ minetest.register_craft({
minetest.register_craft({
output = 'torches:torch 4',
recipe = {
{'default:coal_lump'},
{'group:coal'},
{'default:stick'},
}
})
minetest.register_craft({
output = 'torches:torch 4',
recipe = {
{'default:charcoal_lump'},
{'default:stick'},
}
})