Add quadcorder recipe

This commit is contained in:
Wuzzy 2016-07-29 00:25:28 +02:00
parent c3e47196e4
commit 756e7edf5b

@ -137,6 +137,14 @@ if minetest.get_modpath("default") ~= nil then
{ "default:steel_ingot", "orienteering:altimeter", "default:steel_ingot" }
}
})
minetest.register_craft({
output = "orienteering:quadcorder",
recipe = {
{ "default:gold_ingot", "default:gold_ingot", "default:gold_ingot" },
{ "orienteering:speedometer", "default:diamond", "orienteering:automapper", },
{ "orienteering:sextant", "default:diamond", "orienteering:gps" }
}
})
minetest.register_craft({
output = "orienteering:watch",
recipe = {