forked from minetest-mods/technic
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:
@ -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", ""},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user