From 307364aa78c177712bb62ef401aac62af9712e53 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Thu, 16 May 2019 23:01:01 +0200 Subject: [PATCH] aging correction --- basis/consumer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/consumer.lua b/basis/consumer.lua index 0c3a67b..c1c3bd4 100644 --- a/basis/consumer.lua +++ b/basis/consumer.lua @@ -102,7 +102,7 @@ function techage.register_consumer(base_name, inv_name, tiles, tNode) cycle_time = tNode.cycle_time, standby_ticks = tNode.standby_ticks, has_item_meter = tNode.has_item_meter, - aging_factor = tNode.aging_factor, + aging_factor = tNode.aging_factor * (stage-1) * 2, formspec_func = tNode.formspec, start_node = power_used and start_node or nil, stop_node = power_used and stop_node or nil,