From d6b0deb989e649e2800932d4a587c3ba9e3e24c7 Mon Sep 17 00:00:00 2001
From: Vanessa Ezekowitz <vanessaezekowitz@gmail.com>
Date: Sat, 17 Jan 2015 01:16:39 +0100
Subject: [PATCH] fix cnc stick formspec img (missed the border)

---
 technic/tools/prospector.lua |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/technic/tools/prospector.lua b/technic/tools/prospector.lua
index 686e0a7..d663bd2 100644
--- a/technic/tools/prospector.lua
+++ b/technic/tools/prospector.lua
@@ -1,6 +1,6 @@
 local S = technic.getter
 
-technic.register_power_tool("technic:prospector", 15000)
+technic.register_power_tool("technic:prospector", 300000)
 
 local function get_metadata(toolstack)
 	local m = minetest.deserialize(toolstack:get_metadata())
@@ -121,6 +121,6 @@
 	recipe = {
 		{"moreores:pick_silver", "moreores:mithril_block", "pipeworks:teleport_tube_1"},
 		{"technic:brass_ingot", "technic:control_logic_unit", "technic:brass_ingot"},
-		{"", "technic:brass_ingot", ""},
+		{"", "technic:blue_energy_crystal", ""},
 	}
 })

--
Gitblit v1.8.0