add crafting recipe for protected beacon

master
Thomas Rudin 2018-11-02 15:54:01 +01:00
parent 3585a87c8b
commit 02344325b4
1 changed files with 7 additions and 0 deletions

View File

@ -375,6 +375,13 @@ minetest.register_craft({
{'default:obsidian','default:obsidian','default:obsidian'}
}
})
minetest.register_craft({
output = 'telemosaic:beacon_off_protected',
type = 'shapeless',
recipe = {"telemosaic:beacon_off", "default:steel_ingot"}
})
minetest.register_craft({
output = 'telemosaic:extender_one',
recipe = {