From 83153c3cb5956f0cc69d958ee1ad40d4cd9e2745 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Thu, 20 Oct 2022 17:54:57 +0200 Subject: [PATCH] rename --- technic/machines/supply_converter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/supply_converter.lua b/technic/machines/supply_converter.lua index 7d80ecb..826c94f 100644 --- a/technic/machines/supply_converter.lua +++ b/technic/machines/supply_converter.lua @@ -120,7 +120,7 @@ local run = function(pos, node, run_stage) return end - local remain = 0.9 + local efficiency = 0.9 -- Machine information local machine_name = S("Supply Converter") local meta = minetest.get_meta(pos)