[antum_craft] Add recipe for 'walking_light:helmet_gold'

master
AntumDeluge 2017-04-07 20:33:51 -07:00
parent 1a54639838
commit aeea828adc
1 changed files with 10 additions and 0 deletions

View File

@ -34,3 +34,13 @@ minetest.register_craft({
{'', 'dye:blue', '',},
}
})
-- Walking light items
minetest.register_craft({
output = 'walking_light:helmet_gold',
recipe = {
{'default:torch'},
{'3d_armor:helmet_gold'},
}
})