Increase prospector's charge capacity

The low capacity of the prospector turned out to be annoying, while the
other limitations do not substantially detract from fun.  Also adjust
recipe to include a blue energy crystal, to explain the source of the
charge capacity.
This commit is contained in:
Zefram 2014-07-08 14:19:06 +01:00 committed by Novatux
parent 83e9cab3ad
commit 871ded6e6a
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ minetest.register_craft({
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", ""},
}
})