mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2025-01-24 13:21:29 +01:00
Add quadcorder recipe
This commit is contained in:
parent
c3e47196e4
commit
756e7edf5b
8
init.lua
8
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user