From e12220be79e25c1c5cb866e1e98091d35079cd3e Mon Sep 17 00:00:00 2001
From: Sires <ranearodrigo1@gmail.com>
Date: Mon, 26 Aug 2019 19:52:41 +0200
Subject: [PATCH] Add translation for technic mod

---
 technic/machines/init.lua |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/technic/machines/init.lua b/technic/machines/init.lua
index d798e9f..f2e31c9 100644
--- a/technic/machines/init.lua
+++ b/technic/machines/init.lua
@@ -1,11 +1,15 @@
 local path = technic.modpath.."/machines"
 
+dofile(path.."/register/init.lua")
+
+-- Tiers
+dofile(path.."/LV/init.lua")
+dofile(path.."/MV/init.lua")
+dofile(path.."/HV/init.lua")
+
 dofile(path.."/switching_station.lua")
+dofile(path.."/power_monitor.lua")
 dofile(path.."/supply_converter.lua")
-dofile(path.."/alloy_furnaces_commons.lua")
-dofile(path.."/battery_boxes_commons.lua")
-dofile(path.."/lv/init.lua")
-dofile(path.."/mv/init.lua")
-dofile(path.."/hv/init.lua")
+
 dofile(path.."/other/init.lua")
 

--
Gitblit v1.8.0