[antum_craft] Add recipe for 'walking_light:helmet_gold'

This commit is contained in:
AntumDeluge 2017-04-07 20:33:51 -07:00
parent 1a54639838
commit aeea828adc

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'},
}
})