diff --git a/README.md b/README.md index dcce423..e2ee165 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ Symbols: ### Binoculars g g - S S SSS + S S diff --git a/init.lua b/init.lua index 235689a..96b654f 100644 --- a/init.lua +++ b/init.lua @@ -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 = {