Add binoculars craft

This commit is contained in:
Wuzzy 2016-10-29 18:27:21 +02:00
parent 42faaae47f
commit 2c0b614970
2 changed files with 9 additions and 1 deletions

@ -127,8 +127,8 @@ Symbols:
### Binoculars
g g
S S
SSS
S S

@ -171,6 +171,14 @@ if minetest.get_modpath("default") ~= nil then
{"default:gold_ingot", "default:gold_ingot", "default:gold_ingot"}
}
})
minetest.register_craft({
output = "orienteering:binoculars",
recipe = {
{"default:glass", "", "default:glass"},
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
{"default:steel_ingot", "", "default:steel_ingot"},
}
})
minetest.register_craft({
output = "orienteering:gps",
recipe = {