recycle burnt torches into sticks

master
A. Demant 2018-12-02 18:24:36 +01:00
parent ae0c90f4a6
commit c7e1480ab3
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
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', , },
}
})
minetest.register_craft({
output = 'more_fire:charcoal_block 1',
recipe = {