Ajuste de receita

master
BrunoMine 2017-06-29 18:50:36 -03:00
parent 662d40d051
commit c3fb18376b
1 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ end
minetest.register_craft({
output = 'bau_coop:bau_compartilhado',
recipe = {
{'default:chest_locked', 'default:steel_ingot'},
{'default:steel_ingot', 'default:glass'}
{'default:chest_locked', 'default:copper_ingot'},
{'default:tin_ingot', 'default:glass'}
}
})