mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-22 15:23:43 +01:00
aging fine-tuning
This commit is contained in:
parent
76a384044e
commit
9642fd3b04
@ -53,8 +53,8 @@ local PROBABILITY_FACTOR = 3
|
|||||||
local AGING_LEVEL1 = nil
|
local AGING_LEVEL1 = nil
|
||||||
local AGING_LEVEL2 = nil
|
local AGING_LEVEL2 = nil
|
||||||
if minetest.get_modpath("tubelib") and tubelib ~= nil then
|
if minetest.get_modpath("tubelib") and tubelib ~= nil then
|
||||||
AGING_LEVEL1 = 10 * tubelib.machine_aging_value
|
AGING_LEVEL1 = 15 * tubelib.machine_aging_value
|
||||||
AGING_LEVEL2 = 30 * tubelib.machine_aging_value
|
AGING_LEVEL2 = 60 * tubelib.machine_aging_value
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Ore probability table (1/n)
|
-- Ore probability table (1/n)
|
||||||
|
Loading…
Reference in New Issue
Block a user