From 2c0b61497023a8706b98febf4cde2742f4f6fa46 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 29 Oct 2016 18:27:21 +0200 Subject: [PATCH] Add binoculars craft --- README.md | 2 +- init.lua | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 = {