mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 22:02:32 +01:00
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:
parent
83e9cab3ad
commit
871ded6e6a
@ -1,6 +1,6 @@
|
|||||||
local S = technic.getter
|
local S = technic.getter
|
||||||
|
|
||||||
technic.register_power_tool("technic:prospector", 15000)
|
technic.register_power_tool("technic:prospector", 300000)
|
||||||
|
|
||||||
local function get_metadata(toolstack)
|
local function get_metadata(toolstack)
|
||||||
local m = minetest.deserialize(toolstack:get_metadata())
|
local m = minetest.deserialize(toolstack:get_metadata())
|
||||||
@ -121,6 +121,6 @@ minetest.register_craft({
|
|||||||
recipe = {
|
recipe = {
|
||||||
{"moreores:pick_silver", "moreores:mithril_block", "pipeworks:teleport_tube_1"},
|
{"moreores:pick_silver", "moreores:mithril_block", "pipeworks:teleport_tube_1"},
|
||||||
{"technic:brass_ingot", "technic:control_logic_unit", "technic:brass_ingot"},
|
{"technic:brass_ingot", "technic:control_logic_unit", "technic:brass_ingot"},
|
||||||
{"", "technic:brass_ingot", ""},
|
{"", "technic:blue_energy_crystal", ""},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user