add crafting recipe for protected beacon
This commit is contained in:
parent
3585a87c8b
commit
02344325b4
7
init.lua
7
init.lua
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user