diff --git a/init.lua b/init.lua index a7de635..f136670 100644 --- a/init.lua +++ b/init.lua @@ -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 = {