wrong crafting recipe for recycling old torches

master
A. Demant 2018-12-05 04:05:46 +01:00
parent ae9238c54e
commit 51b7dc8a62
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ minetest.register_craft({ --recycle old torches
output = 'default:stick 1',
recipe = {
{'more_fire:torch_stub', 'more_fire:torch_stub', 'more_fire:torch_stub'},
{'more_fire:torch_stub', , },
{'more_fire:torch_stub', '', ''},
}
})