Vanessa Ezekowitz
2015-01-17 1a7a17f3d702c917ed6c212346e10fe15169839e
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", ""},
   }
})